diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-25 16:41:31 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-25 16:41:31 +0200 |
commit | 3511ce9125d8b141dea90e441da9a594bfd2e79c (patch) | |
tree | 7c1e4f4c10e2d2d37af871cbefc9305478f2c136 | |
parent | 6d28891cdf2a0d43f04d2c5b3813d2d6e1dd9a0c (diff) |
DB/Spells: Fix typo in 54c200931808fa0a05a13e5c66c52b3703aa238a
-rw-r--r-- | sql/updates/world/2013_07_25_04_world_spell_script_names_434.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2013_07_25_04_world_spell_script_names_434.sql b/sql/updates/world/2013_07_25_04_world_spell_script_names_434.sql index 0ede39cd552..ca2ef27a1c7 100644 --- a/sql/updates/world/2013_07_25_04_world_spell_script_names_434.sql +++ b/sql/updates/world/2013_07_25_04_world_spell_script_names_434.sql @@ -63,7 +63,7 @@ INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (28880, 'spell_gen_gift_of_naaru'), (29166, 'spell_dru_innervate'), (34246, 'spell_dru_idol_lifebloom'), -(39610, 'spell_sha_mana_tide_totem'), +(16191, 'spell_sha_mana_tide_totem'), (48129, 'spell_item_scroll_of_recall'), (48391, 'spell_dru_owlkin_frenzy'), (48792, 'spell_dk_icebound_fortitude'), |