diff options
author | Killyana <morphone1@gmail.com> | 2019-01-31 00:44:24 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-01-31 00:44:24 +0100 |
commit | 6679e3010eb5fe773f5d6ebe0d1f7c50571feaba (patch) | |
tree | abb2b8eb709a3ba38d97d263f177dceef03b039e | |
parent | 3432edf3dc1b6bda671c18b8baa40b9bdf0d824b (diff) |
DB/Creature: Remove Priestess Tyriona wrong spawn
-rw-r--r-- | sql/updates/world/3.3.5/2019_01_30_04_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_01_30_04_world_335.sql b/sql/updates/world/3.3.5/2019_01_30_04_world_335.sql new file mode 100644 index 00000000000..26f63e0bd7c --- /dev/null +++ b/sql/updates/world/3.3.5/2019_01_30_04_world_335.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `id`=7779; |