mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 04:12:40 +01:00
Event: Delete bad spawned gobs for New Year's Eve & Fireworks Spectacular
This commit is contained in:
2
sql/updates/world/3.3.5/2017_09_23_04_world_335.sql
Normal file
2
sql/updates/world/3.3.5/2017_09_23_04_world_335.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (91885, 91886, 91907, 91904, 91323, 91910, 91475);
|
||||
DELETE FROM `game_event_gameobject` WHERE `guid` IN (91885, 91886, 91907, 91904, 91323, 91910, 91475) AND `eventEntry` IN (6, 72);
|
||||
Reference in New Issue
Block a user