diff options
-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); |