From 46be9fc5872710244281fdad680663a231c2ec2a Mon Sep 17 00:00:00 2001 From: Naddley Date: Mon, 20 Feb 2023 01:31:02 +0100 Subject: DB/Stormwind: Removed Onnessa and Worker removed in 10.0.5 (pre traiding post spawn) --- sql/updates/world/master/2023_02_20_01_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/master/2023_02_20_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2023_02_20_01_world.sql b/sql/updates/world/master/2023_02_20_01_world.sql new file mode 100644 index 00000000000..937fb771a87 --- /dev/null +++ b/sql/updates/world/master/2023_02_20_01_world.sql @@ -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); -- cgit v1.2.3