diff options
author | offl <offl@users.noreply.github.com> | 2020-08-13 15:52:15 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-26 20:39:02 +0100 |
commit | 0184ea625ce2f0e2f477f51e0c20ddcc8152dd23 (patch) | |
tree | d279b5750aa6513e36eeff3e8f34e50c517ecb67 | |
parent | 14f696f9fe8698249c9c88a0e74c4841c353f2a9 (diff) |
DB/Creature: Remove some wrong spawns
Ref #23791
(cherry picked from commit 2b8f314183c52958a4ad7c9cc7affec18ec39852)
-rw-r--r-- | sql/updates/world/master/2022_01_26_38_world_2020_08_13_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_26_38_world_2020_08_13_00_world.sql b/sql/updates/world/master/2022_01_26_38_world_2020_08_13_00_world.sql new file mode 100644 index 00000000000..3cd31e5a765 --- /dev/null +++ b/sql/updates/world/master/2022_01_26_38_world_2020_08_13_00_world.sql @@ -0,0 +1,2 @@ +-- Spawned only during outro event of quest The Truth Unorbed +DELETE FROM `creature` WHERE `id` IN (22232,22233,22235); |