mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
DB/Gameobject: Remove signs from Menethil's signpost
Closes #25046 Both signs were removed in WotLK
This commit is contained in:
3
sql/updates/world/3.3.5/2020_08_10_02_world_335.sql
Normal file
3
sql/updates/world/3.3.5/2020_08_10_02_world_335.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
DELETE FROM `gameobject_addon` WHERE `guid` IN (SELECT `guid` FROM `gameobject` WHERE `id` IN (176369,176370));
|
||||
DELETE FROM `gameobject` WHERE `id` IN (176369,176370);
|
||||
Reference in New Issue
Block a user