From 4b4c461b5ac4f48bebdfd59d1fc887e99357721c Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 2 Jun 2017 16:23:48 +0200 Subject: [PATCH] typo fix --- sql/updates/world/4.3.4/2017_06_02_02_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/updates/world/4.3.4/2017_06_02_02_world.sql b/sql/updates/world/4.3.4/2017_06_02_02_world.sql index 16d23ec7422..49aa107d53a 100644 --- a/sql/updates/world/4.3.4/2017_06_02_02_world.sql +++ b/sql/updates/world/4.3.4/2017_06_02_02_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 `CreatureID`=46254; INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `comment`) VALUES