aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2017-05-16 07:52:09 +0200
committerGitHub <noreply@github.com>2017-05-16 07:52:09 +0200
commitb702e0eabd2ed05707106da8db451dbd2f85af71 (patch)
tree98b8eb2dd7ad534fab7673f154958873fc62b722
parent2ff76e828f7c757b5120aba41947a6d63e082e17 (diff)
DB/Gameobject: Fix 3 startup errors
-rw-r--r--sql/updates/world/3.3.5/2017_05_16_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_05_16_00_world.sql b/sql/updates/world/3.3.5/2017_05_16_00_world.sql
new file mode 100644
index 00000000000..f62ad4efab3
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_05_16_00_world.sql
@@ -0,0 +1,4 @@
+--
+UPDATE `gameobject` SET `spawnMask`=1 WHERE `guid`=47713;
+UPDATE `gameobject` SET `spawnMask`=1 WHERE `guid`=47714;
+UPDATE `gameobject` SET `spawnMask`=1 WHERE `guid`=47785;