From d3e292fe1ee70db857cd10700762fb6ccd75325d Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 29 Mar 2014 19:15:49 +0100 Subject: [PATCH] DB/Creature: Remove 2 no longer existing mobs Gal'darah Image and Ingvar the Plunderer Image where removed with the introduction of 3.3 weekly quests. --- sql/updates/world/2014_03_29_02_world_creature.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_03_29_02_world_creature.sql diff --git a/sql/updates/world/2014_03_29_02_world_creature.sql b/sql/updates/world/2014_03_29_02_world_creature.sql new file mode 100644 index 00000000000..83de51c8d68 --- /dev/null +++ b/sql/updates/world/2014_03_29_02_world_creature.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM creature WHERE id IN (31622,31584);