mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
DB/GameObjects: Remove double spawns
This commit is contained in:
3
sql/updates/world/3.3.5/2019_04_13_00_world.sql
Normal file
3
sql/updates/world/3.3.5/2019_04_13_00_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (71449,71450) AND `id` IN (190717,190719);
|
||||
DELETE FROM `spawn_group` WHERE `spawnType`=1 AND `SpawnId` IN (71449,71450);
|
||||
Reference in New Issue
Block a user