diff options
author | offl <offl@users.noreply.github.com> | 2020-09-25 01:38:03 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-09-25 01:38:03 +0300 |
commit | af192cfce20a180b1c182d9ba408f7ad6c128e66 (patch) | |
tree | 30a12b6dbe6a1aa9c4da8313480f1e483ed5ca52 | |
parent | 63b6e9054f2cec29bf00f2dbb600aa4b1e1b034f (diff) |
DB/Creature: Remove wrongly spawned Ironbark the Redeemed
Closes #25493
Old Ironbark updates template to Ironbark the Redeemed after Zevrim Thornhoof's death
-rw-r--r-- | sql/updates/world/3.3.5/2020_09_25_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_09_25_01_world.sql b/sql/updates/world/3.3.5/2020_09_25_01_world.sql new file mode 100644 index 00000000000..92f4633aa65 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_09_25_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `id` = 14241; |