diff options
| author | Shocker <shocker@freakz.ro> | 2011-06-24 21:56:37 +0300 |
|---|---|---|
| committer | Shocker <shocker@freakz.ro> | 2011-06-24 21:56:37 +0300 |
| commit | 3de42791ee0343696586137d385f53bcc46ebd90 (patch) | |
| tree | 8c3513ebb9e2e3613f3c2c844a99ffe742ac312e /sql/scripts | |
| parent | 14cb9496e3254b8a9e45471bcc7b69e5af1dc942 (diff) | |
Core/Spells: Partial revert of 5ddf90c5fe8e51a72697, use checkcast hook for disallowing spells to be casted directly
Closes #2108
Diffstat (limited to 'sql/scripts')
| -rw-r--r-- | sql/scripts/world_scripts_full.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/scripts/world_scripts_full.sql b/sql/scripts/world_scripts_full.sql index 92c5b80d603..c9f3efd4b8e 100644 --- a/sql/scripts/world_scripts_full.sql +++ b/sql/scripts/world_scripts_full.sql @@ -1976,6 +1976,11 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES ( 25281, 'spell_gen_turkey_marker'), (-55428, 'spell_gen_lifeblood'), ( 65917, 'spell_gen_magic_rooster'), +( 4073, 'spell_gen_allow_cast_from_item_only'), +( 19804, 'spell_gen_allow_cast_from_item_only'), +( 12749, 'spell_gen_allow_cast_from_item_only'), +( 13258, 'spell_gen_allow_cast_from_item_only'), +( 13166, 'spell_gen_allow_cast_from_item_only'), -- instances -- Black Temple ( 41475, 'spell_boss_lady_malande_shield'), |
