diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2025-02-20 11:45:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-20 11:45:14 +0100 |
commit | 375b43ee9e4bcfa6174939972884fbfca42e9b37 (patch) | |
tree | 4f051f08a2561aed770d2276d9ab6f045bdeb6f4 | |
parent | 310e001d3f12fd3b50c23400e4d43319b2e3183f (diff) |
DB/Misc: Remove spawn of Isalien
closes #30698
by Jildor
-rw-r--r-- | sql/updates/world/3.3.5/2025_02_20_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_02_20_01_world.sql b/sql/updates/world/3.3.5/2025_02_20_01_world.sql new file mode 100644 index 00000000000..9670853d97f --- /dev/null +++ b/sql/updates/world/3.3.5/2025_02_20_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `id`=16097; |