diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2014-09-05 02:10:55 +0100 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2014-09-05 02:10:55 +0100 |
commit | da2bd68c15c15aabf2af33f9b07a3eeeb7444703 (patch) | |
tree | 18c43b983669166d44a366077dc24edccdd04aa0 | |
parent | 2c24865b7aa394bdb0982cd418a92529bfe39bff (diff) |
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
-rw-r--r-- | sql/updates/world/2014_09_05_00_world_creature.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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; |