diff options
author | Killyana <morphone1@gmail.com> | 2019-04-09 20:40:47 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-04-09 20:40:47 +0200 |
commit | 28ef494fd481321f89ccc6d1251715cea99d81ba (patch) | |
tree | caedd35732ceffc93605aee7a9df8304f762b78f /sql | |
parent | 7aa91653c9e11e5c26642fe40f8f035b5d93af25 (diff) |
DB/GameObject: Remove wrong spawns
For 3.3.5 Only Don't push this to any other branch
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2019_04_09_02_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_04_09_02_world_335.sql b/sql/updates/world/3.3.5/2019_04_09_02_world_335.sql new file mode 100644 index 00000000000..d697fec3612 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_04_09_02_world_335.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject` WHERE `id` IN (180864,180728); +DELETE FROM `gameobject_addon` WHERE `guid` IN (16586,825); +DELETE FROM `game_event_gameobject` WHERE `guid` IN (16586, 79942, 79943, 79944, 79945, 79946, 79947, 79948, 79949, 79950, 79951, 79952, 79953, 79954, 79955, 79956, 79957, 79958, 79959); |