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 49aa107d53a..b064ab7d1d8 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 `ScriptName` ='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