mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
DB/Stormwind: Removed Onnessa and Worker
removed in 10.0.5 (pre traiding post spawn)
This commit is contained in:
7
sql/updates/world/master/2023_02_20_01_world.sql
Normal file
7
sql/updates/world/master/2023_02_20_01_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Delete Onnessa & Worker
|
||||
DELETE FROM `creature` WHERE `guid` IN (1051067, 1051066);
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (1051067, 1051066);
|
||||
|
||||
-- Delete Excavation Stake Gob
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (600226, 600227);
|
||||
DELETE FROM `gameobject_addon` WHERE `guid` IN (600226, 600227);
|
||||
Reference in New Issue
Block a user