diff options
-rw-r--r-- | sql/updates/world/master/2017_06_02_09_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/master/2017_06_02_09_world.sql b/sql/updates/world/master/2017_06_02_09_world.sql index 3a0a7f00c21..696554a06c2 100644 --- a/sql/updates/world/master/2017_06_02_09_world.sql +++ b/sql/updates/world/master/2017_06_02_09_world.sql @@ -1,6 +1,6 @@ -- Frozen Mountaineer SET @ENTRY := 41763; -UPDATE `creature_template SET ='npc_frozen_mountaineer' WHERE `entry`=@ENTRY; +UPDATE `creature_template` SET ='npc_frozen_mountaineer' WHERE `entry`=@ENTRY; UPDATE `creature_template_addon` SET `auras`='' WHERE `entry`=@ENTRY; DELETE FROM `creature_text` WHERE `entry`=@ENTRY; INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextId`, `comment`) VALUES |