diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-07-18 16:28:52 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-07-18 16:28:52 +0200 |
| commit | 0a58e50a7ecd2b1e0be98757507ec64c17f4ed86 (patch) | |
| tree | a76961be6c749d0c7e332a3bf745517d557279d3 | |
| parent | 5544ce146e97ab25b11c26fee048dc181804c61d (diff) | |
DB/Creature: Delete double spawns training dummies
By Magnifikator, closes #12548
| -rw-r--r-- | sql/updates/world/2014_07_18_01_world_creature.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_18_01_world_creature.sql b/sql/updates/world/2014_07_18_01_world_creature.sql new file mode 100644 index 00000000000..702fbc1aa3a --- /dev/null +++ b/sql/updates/world/2014_07_18_01_world_creature.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (202724, 202725, 202728, 202729); |
