aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-07-18 14:51:21 +0200
committerGitHub <noreply@github.com>2016-07-18 14:51:21 +0200
commit58594c20725625f26224359c17dcc835346f1f4e (patch)
treededf46f6428d3671c1296d31fc66e89ee6abaf75
parentf826ecb4b2e8cc1fa54419947dff041a580d9c03 (diff)
DB/Creature: Misc fixes
By Malcrom
-rw-r--r--sql/updates/world/3.3.5/2016_07_18_00_world.sql13
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_07_18_00_world.sql b/sql/updates/world/3.3.5/2016_07_18_00_world.sql
new file mode 100644
index 00000000000..7682fe310e3
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_07_18_00_world.sql
@@ -0,0 +1,13 @@
+--
+UPDATE `creature` SET `modelid`=0 WHERE `id` IN (36,46,48,92,95,98,114,115,117,121);
+UPDATE `creature_addon` SET `bytes2`=257 WHERE `guid` IN (79666,79689);
+UPDATE `creature_addon` SET `bytes2`=4097 WHERE `guid` IN (80190,81107);
+DELETE FROM `creature_addon` WHERE `guid` IN (4312,80149,80152,80154,80158,80168,80169,80181,80182,80187,
+80189,80196,80200,80205,80206,80216,80218,80222,80226,80230,80231,80237,80238,80246,80254,80255,79664,79671,
+79674,79704,79730,79731,79819,79861,79864,79865,120682,120685,120686,120687,120692,80419);
+UPDATE `creature` SET `modelid`=0 WHERE `id`=2345;
+UPDATE `creature_addon` SET `bytes2`=4097 WHERE `guid`=16127;
+UPDATE `creature` SET `modelid`=0 WHERE `id`=2346;
+UPDATE `creature_addon` SET `bytes2`=4097 WHERE `guid`=16164;
+UPDATE `creature` SET `modelid`=0 WHERE `id`=2458;
+UPDATE `creature_addon` SET `bytes2`=4097 WHERE `guid`=14480;