aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-04-09 21:57:34 +0200
committerKillyana <morphone1@gmail.com>2019-04-09 21:57:34 +0200
commit700eb006ba669f1c09a7df34e778e686eb1c4754 (patch)
tree9583d8bdc83e89dbb961ac87a7d15b21c63dee97
parent28ef494fd481321f89ccc6d1251715cea99d81ba (diff)
DB/GameObject: Remove wrong spawns part 2
For 3.3.5 Only Don't push this to any other branch
-rw-r--r--sql/updates/world/3.3.5/2019_04_09_03_world_335.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_04_09_03_world_335.sql b/sql/updates/world/3.3.5/2019_04_09_03_world_335.sql
new file mode 100644
index 00000000000..f25b0cb5eb9
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_04_09_03_world_335.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `gameobject` WHERE `id` IN (180851, 180861, 180858);
+DELETE FROM `gameobject_addon` WHERE `guid` IN (21163, 21164, 21165);
+DELETE FROM `game_event_gameobject` WHERE `guid` IN (79897, 79898, 79899, 79900, 79901, 79902, 79903, 79904, 79905, 79906, 79907, 79908, 79909, 79910, 79911, 79912, 79913, 79914, 79915, 79916, 79917, 79918, 79919, 79920, 79921, 79922, 79923, 79924, 79925, 79926, 79927, 79928, 79929, 79930, 79931, 79932, 79933, 79934, 79935, 79936, 79937, 79938, 79939, 79940, 79941);