diff options
| author | Killyana <morphone1@gmail.com> | 2017-11-30 14:53:40 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-11-30 14:53:40 +0100 |
| commit | 69078a1b1c49c199f592d71460533b4194d89966 (patch) | |
| tree | bd23be2b536cba840016214892c221889310f7e6 | |
| parent | 123e8a95ba60b4706617da03eb047efadc32e0e9 (diff) | |
DB/Creature: Remove wrong spawns
Closes #21010
| -rw-r--r-- | sql/updates/world/3.3.5/2017_11_30_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_11_30_00_world.sql b/sql/updates/world/3.3.5/2017_11_30_00_world.sql new file mode 100644 index 00000000000..bce851e9581 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_11_30_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `id` IN(28369); |
