diff options
-rw-r--r-- | sql/updates/world/2016_04_09_31_world.sql | 2 |
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); |