From 42f1a0babfaacf64df31a934288979f8edfec940 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 8 Jan 2015 10:08:45 +0100 Subject: [PATCH] DB/Creature: Toc binding must start at Icehowl not at Gormok --- sql/updates/world/2015_01_08_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_01_08_00_world.sql diff --git a/sql/updates/world/2015_01_08_00_world.sql b/sql/updates/world/2015_01_08_00_world.sql new file mode 100644 index 00000000000..7d5a19751e3 --- /dev/null +++ b/sql/updates/world/2015_01_08_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `flags_extra`=0 WHERE `entry` IN (34796,34799,35438,35439,35440,35514,35515,35516);