diff options
author | Fate <fate-tmw@googlemail.com> | 2009-01-11 17:47:50 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-01-11 17:47:50 -0700 |
commit | 647f4a35bf8831df4fe23754e824f4bdfb5dcf72 (patch) | |
tree | bea58571b146c4b4d630e8c55cfea8a19f477651 /conf/magic.conf.template | |
parent | 056fc24010643c76e5c97e24f09c095d7b36caca (diff) | |
download | serverdata-647f4a35bf8831df4fe23754e824f4bdfb5dcf72.tar.gz serverdata-647f4a35bf8831df4fe23754e824f4bdfb5dcf72.tar.bz2 serverdata-647f4a35bf8831df4fe23754e824f4bdfb5dcf72.tar.xz serverdata-647f4a35bf8831df4fe23754e824f4bdfb5dcf72.zip |
Disabled spell debug mode
Diffstat (limited to 'conf/magic.conf.template')
-rw-r--r-- | conf/magic.conf.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/magic.conf.template b/conf/magic.conf.template index a03e78ac..de8fb627 100644 --- a/conf/magic.conf.template +++ b/conf/magic.conf.template @@ -51,7 +51,7 @@ CONST SCRIPT_LASTSPELL_MASK = 0xff CONST SCRIPT_LASTSPELL_SHIFT = 16 CONST SCRIPT_HEALSPELL_MASK = 0xff CONST SCRIPT_HEALSPELL_SHIFT = 24 -CONST DEBUG = 1 +CONST DEBUG = 0 # Default sfx on caster PROCEDURE default_effect() = |