aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-04-09 23:35:59 +0200
committerShauren <shauren.trinity@gmail.com>2016-04-09 23:35:59 +0200
commit348eac096dce4e939fe31cd2d7fa698bf1fe602d (patch)
tree96257f3bec68e5ee2dc6e2a4f8d5dea7436863af /sql
parent35b5ef9fc9a71fafdefa3a508d231068aaf0eecc (diff)
SQL import fix
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2016_04_09_31_world.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2016_04_09_31_world.sql b/sql/updates/world/2016_04_09_31_world.sql
index d11d0f14ab5..95210f1ae5f 100644
--- a/sql/updates/world/2016_04_09_31_world.sql
+++ b/sql/updates/world/2016_04_09_31_world.sql
@@ -5,7 +5,7 @@ INSERT INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `bytes2`, `au
(24029, 0, 0x0, 0x1, 12544); -- Wyrmcaller Vile - Frost Armor
DELETE FROM `creature_addon` WHERE `guid` IN (@CGUID+5);
-INSERT INTO `creature_Addon` (`guid`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES
+INSERT INTO `creature_addon` (`guid`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES
(@CGUID+5, 0, 0x0, 0x1, 43570); -- Invisible Stalker (Floating) - Frost State
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN(43568,43569);