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/updates | |
| 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/updates')
| -rw-r--r-- | sql/updates/world/2011_06_24_06_world_spell_script_names.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2011_06_24_06_world_spell_script_names.sql b/sql/updates/world/2011_06_24_06_world_spell_script_names.sql new file mode 100644 index 00000000000..5c7b6e9bfc0 --- /dev/null +++ b/sql/updates/world/2011_06_24_06_world_spell_script_names.sql @@ -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'); |
