diff options
| author | Killyana <morphone1@gmail.com> | 2018-05-16 01:32:24 +0200 | 
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-05-16 01:32:24 +0200 | 
| commit | 7e0c0e6b79f82e164b5270974418f2829fa8e982 (patch) | |
| tree | 3e8396efcd594646fd6b062f0a4cf0ba95828070 | |
| parent | 3572bba5c04c8e5d9f827592ce7644ea8176f901 (diff) | |
DB/Creature: Remove Wrong spawns
| -rw-r--r-- | sql/updates/world/3.3.5/2018_05_16_00_world.sql | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/sql/updates/world/3.3.5/2018_05_16_00_world.sql b/sql/updates/world/3.3.5/2018_05_16_00_world.sql new file mode 100644 index 00000000000..fc74a81d62b --- /dev/null +++ b/sql/updates/world/3.3.5/2018_05_16_00_world.sql @@ -0,0 +1,2 @@ +--  +DELETE FROM `creature` WHERE `id`=20782; | 
