diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-03-29 19:15:49 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-03-29 19:15:49 +0100 |
commit | d3e292fe1ee70db857cd10700762fb6ccd75325d (patch) | |
tree | b462e4058264400aac27af1bc1d68915920fdde7 | |
parent | 4a5d7a395b4108f14b7d40af1c3256687c799d15 (diff) |
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.
-rw-r--r-- | sql/updates/world/2014_03_29_02_world_creature.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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); |