diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2015-09-04 09:54:43 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-09-04 09:54:43 +0200 |
| commit | 959fe73410809f5889ba0a3ea60307af48b3e932 (patch) | |
| tree | 4eecebbfa0d839a662d5127993d4408a09049830 | |
| parent | 6306531566bd35503dfbb0b0c7d8b1c4ee72af78 (diff) | |
DB/Creature: Delete duplicate spawn
| -rw-r--r-- | sql/updates/world/2015_09_04_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_09_04_01_world.sql b/sql/updates/world/2015_09_04_01_world.sql new file mode 100644 index 00000000000..e9c3f9884ad --- /dev/null +++ b/sql/updates/world/2015_09_04_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `guid`=134518 AND `id`=23810; |
