From bfd7dcf815f2959cabec0deea6971674038f95c9 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 29 Jan 2018 18:22:59 +0100 Subject: [PATCH] DB/Creature: Delete perm spam of temp creature --- sql/updates/world/4.3.4/2018_01_29_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/4.3.4/2018_01_29_01_world.sql diff --git a/sql/updates/world/4.3.4/2018_01_29_01_world.sql b/sql/updates/world/4.3.4/2018_01_29_01_world.sql new file mode 100644 index 00000000000..0f2d8b5164b --- /dev/null +++ b/sql/updates/world/4.3.4/2018_01_29_01_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature` WHERE `guid` = 326468; +