1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

Merge of 'solarmana_add'

Conflicts:
	mods/WorldEdit/worldedit/init.lua
	mods/WorldEdit/worldedit/manipulations.lua
	mods/WorldEdit/worldedit_commands/init.lua
	mods/WorldEdit/worldedit_commands/safe.lua
	mods/compassgps/README.md
	mods/mobs/api.lua
	mods/mobs/chicken.lua
	mods/mobs/cow.lua

This branch was completly f*cked up, we couldn't find a way to update it without throwing piles of merge conflicts, even with patches.
Runes are defaultly disabled. The README.md file will be updated, as well as many files in the repository
This commit is contained in:
LeMagnesium
2015-05-22 20:08:09 +02:00
39 changed files with 1323 additions and 23 deletions

View File

@ -143,6 +143,8 @@ load_mod_hud = true
load_mod_gauges = true
load_mod_sprint = true
load_mod_mana = true
load_mod_solarmana = true
load_mod_runes = false
load_mod_awards = true
load_mod_fail = true
@ -192,3 +194,5 @@ load_mod_chatplus = true
load_mod_future_ban = false
load_mod_textures = false
load_mod_snowdrift = false
load_mod_compassgps = true