diff options
-rw-r--r-- | sql/updates/world/2011_06_10_02_world_misc.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2011_06_10_02_world_misc.sql b/sql/updates/world/2011_06_10_02_world_misc.sql index af07fab967a..15f24715ede 100644 --- a/sql/updates/world/2011_06_10_02_world_misc.sql +++ b/sql/updates/world/2011_06_10_02_world_misc.sql @@ -28,4 +28,4 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (63025,'spell_xt002_gravity_bomb_damage'); -- Better naming for changed script with new functionality -UPDATE `spell_script_names` SET `ScriptName`='spell_xt002_gravity_bomb_aura' WHERE `spell_id` IN(64234,63024)
\ No newline at end of file +UPDATE `spell_script_names` SET `ScriptName`='spell_xt002_gravity_bomb_aura' WHERE `spell_id` IN(64234,63024); |