diff options
author | Killyana <morphone1@gmail.com> | 2016-10-18 15:51:42 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-10-15 14:39:39 +0200 |
commit | 595bd609fce4d82e47dd9f1a6cb39c078219a2d0 (patch) | |
tree | ab896acfb56ea944f356b74e8fe96907ff6fd13b /sql | |
parent | c784e3a26a9b6f50e0088c9ea8cc13adb8cf2235 (diff) |
DB/GameObjects: Remove Apple Bob duplicate spawns
(cherry picked from commit f3dcdc4e647ef3e573c9e8892109dd36bc0b11f4)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2017_10_15_01_world_2016_10_18_01_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_10_15_01_world_2016_10_18_01_world_335.sql b/sql/updates/world/master/2017_10_15_01_world_2016_10_18_01_world_335.sql new file mode 100644 index 00000000000..067350cb3ef --- /dev/null +++ b/sql/updates/world/master/2017_10_15_01_world_2016_10_18_01_world_335.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (43078, 81120, 43079, 43067, 81129, 43046, 43045, 43053, 43054, 82876, 43052); +DELETE FROM `game_event_gameobject` WHERE `guid` IN (43078, 81120, 43079, 43067, 81129, 43046, 43045, 43053, 43054, 82876, 43052); |