From 71e474e14fc6caca88bd55965a77c57cc8db6add 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 (cherry picked from commit 434cdb1fa0f5d2ea282c044771b96c9b0ad17f53) --- sql/updates/world/master/2021_12_19_35_world_2020_01_05_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_12_19_35_world_2020_01_05_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_12_19_35_world_2020_01_05_01_world.sql b/sql/updates/world/master/2021_12_19_35_world_2020_01_05_01_world.sql new file mode 100644 index 00000000000..4c058ebdd66 --- /dev/null +++ b/sql/updates/world/master/2021_12_19_35_world_2020_01_05_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (44468,55063,45514); -- cgit v1.2.3