aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2017-06-02 16:34:02 +0200
committerGitHub <noreply@github.com>2017-06-02 16:34:02 +0200
commit28de197cc3b5808f3dd3a687d5b9205014617ee7 (patch)
tree94241dfd1b930e334c430407b5c66f0ef16a45ae
parent04180ac4ea311e2c6595cfb6df420b3f3ca73e70 (diff)
Update 2017_06_02_00_world.sql
-rw-r--r--sql/updates/world/master/2017_06_02_00_world.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/master/2017_06_02_00_world.sql b/sql/updates/world/master/2017_06_02_00_world.sql
index 696554a06c2..c56af77c230 100644
--- a/sql/updates/world/master/2017_06_02_00_world.sql
+++ b/sql/updates/world/master/2017_06_02_00_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 `entry`=@ENTRY;
INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextId`, `comment`) VALUES