aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2016-01-19 01:16:24 +0100
committerShauren <shauren.trinity@gmail.com>2016-03-29 20:59:17 +0200
commit84eddc4f1c55b5fdc90a0f8e36bf128632e24c8b (patch)
treed9d7bba58f9785252ad9c169439490934ed76144
parentc8e062846dc73690b2e2e2e9548547be6a2ffb3b (diff)
DB: Fix some DB errors
By @tkrokli Closes #16323 (cherry picked from commit e9ed9f80db703e631e5ce1a1cfb882f30854d3f5)
-rw-r--r--sql/updates/world/2016_03_29_08_world_2016_01_18_05_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2016_03_29_08_world_2016_01_18_05_world.sql b/sql/updates/world/2016_03_29_08_world_2016_01_18_05_world.sql
new file mode 100644
index 00000000000..0d28cd17642
--- /dev/null
+++ b/sql/updates/world/2016_03_29_08_world_2016_01_18_05_world.sql
@@ -0,0 +1,3 @@
+--
+UPDATE `creature` SET `MovementType`= 1 WHERE `guid`= 134869 AND `id`= 27401;
+DELETE FROM `creature_addon` WHERE `guid` IN (97255,97256,97257,97258,97259,97261,131106);