From da2bd68c15c15aabf2af33f9b07a3eeeb7444703 Mon Sep 17 00:00:00 2001 From: Dr-J Date: Fri, 5 Sep 2014 02:10:55 +0100 Subject: DB/Creature: Delete spawns of Apexis Guardian Delete spawns of Apexis Guardian http://www.wowhead.com/npc=22275/apexis-guardian#comments, TC had 12 permament spawns of this NPC when there should be none spawned these are summoned using the large simon clusters at a cost of 35 apexis shards and this is scripted as I have checked and tested this, https://github.com/TrinityCore/TrinityCore/blob/master/src/server/scripts/Outland/zone_blades_edge_mountains.cpp#L998 --- sql/updates/world/2014_09_05_00_world_creature.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2014_09_05_00_world_creature.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2014_09_05_00_world_creature.sql b/sql/updates/world/2014_09_05_00_world_creature.sql new file mode 100644 index 00000000000..ce1969a66ad --- /dev/null +++ b/sql/updates/world/2014_09_05_00_world_creature.sql @@ -0,0 +1 @@ +DELETE FROM `creature` WHERE `id`=22275; -- cgit v1.2.3