DB/Stormwind: Removed Onnessa and Worker
removed in 10.0.5 (pre traiding post spawn)
This commit is contained in:
@@ -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