aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-09-03 22:06:51 +0200
committerKillyana <morphone1@gmail.com>2018-09-03 22:06:51 +0200
commita10870571558424033c2ffb41e4759e6581c8d86 (patch)
tree62bba836e4db9144f547f70f9b5a2fcbcddabfff
parente6c6ebe724e58b365bf8c0d672d75e9aff03a9b6 (diff)
DB/GameObject: Fix some wrong spawns
-rw-r--r--sql/updates/world/3.3.5/2018_09_03_03_world_335.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_09_03_03_world_335.sql b/sql/updates/world/3.3.5/2018_09_03_03_world_335.sql
new file mode 100644
index 00000000000..fe84f713514
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_09_03_03_world_335.sql
@@ -0,0 +1,4 @@
+--
+UPDATE `gameobject` SET `id`=171942, `spawntimesecs`=180, `animprogress`=100 WHERE `guid`=18199;
+DELETE FROM `gameobject` WHERE `guid`=48892;
+DELETE FROM `gameobject_addon` WHERE `guid`=48892;