From 434cdb1fa0f5d2ea282c044771b96c9b0ad17f53 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 5 Jan 2020 22:16:01 +0100 Subject: DB/Spawns: Remove "Hand of the Deceiver" spawns as summoned by a script --- sql/updates/world/3.3.5/2020_01_05_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_01_05_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_01_05_01_world.sql b/sql/updates/world/3.3.5/2020_01_05_01_world.sql new file mode 100644 index 00000000000..4c058ebdd66 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_01_05_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (44468,55063,45514); -- cgit v1.2.3