mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
DB/GameObjects: Remove double spawns
(cherry picked from commit 4040e06e03)
This commit is contained in:
@@ -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