diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-05-15 12:41:00 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-05-15 12:41:00 +0200 |
| commit | 68bfe8c831c107ccdd43475ed2a89b7848b6ab32 (patch) | |
| tree | a6742a1cbcc399a34a4cc4c51991bbcb08b3ec4b /sql | |
| parent | b72c690905d6dc650b6322c0054cd3faa85c80ea (diff) | |
Core/Spell: Fix not using Shadowstep while rooted
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_05_15_00_world_spell_script_names.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_05_15_00_world_spell_script_names.sql b/sql/updates/world/2012_05_15_00_world_spell_script_names.sql new file mode 100644 index 00000000000..980aceff519 --- /dev/null +++ b/sql/updates/world/2012_05_15_00_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=36554; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(36554,'spell_rog_shadowstep'); |
