diff options
author | offl <offl@users.noreply.github.com> | 2020-08-13 15:52:15 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-08-13 15:52:15 +0300 |
commit | 2b8f314183c52958a4ad7c9cc7affec18ec39852 (patch) | |
tree | 5b3585c3934a7e2c88bcc7eebb4bb74fdd6c0b5e | |
parent | 4c4e3b956fb3872e7327827311766e8063b413ed (diff) |
DB/Creature: Remove some wrong spawns
Ref #23791
-rw-r--r-- | sql/updates/world/3.3.5/2020_08_13_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_13_00_world.sql b/sql/updates/world/3.3.5/2020_08_13_00_world.sql new file mode 100644 index 00000000000..3cd31e5a765 --- /dev/null +++ b/sql/updates/world/3.3.5/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); |