Core/Spells: Partial revert of 5ddf90c5fe, use checkcast hook for disallowing spells to be casted directly

Closes #2108
This commit is contained in:
Shocker
2011-06-24 21:56:37 +03:00
parent 14cb9496e3
commit 3de42791ee
4 changed files with 42 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
DELETE FROM `spell_script_names` WHERE `spell_id` IN(4073,19804,12749,13258,13166);
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(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');