mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/GameObjects: Remove Apple Bob duplicate spawns
This commit is contained in:
3
sql/updates/world/3.3.5/2016_10_18_01_world_335.sql
Normal file
3
sql/updates/world/3.3.5/2016_10_18_01_world_335.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user