mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-04 16:17:26 +01:00
Core/Spells: Partial revert of 5ddf90c5fe, use checkcast hook for disallowing spells to be casted directly
Closes #2108
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user