diff options
author | offl <offl@users.noreply.github.com> | 2020-09-26 03:58:53 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-09-26 03:58:53 +0300 |
commit | c49d6f97f02b34ea119e923bf36e357b581a1a22 (patch) | |
tree | 08c67777d63447707065f2e8db976d3a39427e68 | |
parent | 22bdb3d753b4f10bb0c713c97e7b7918f22b41b2 (diff) |
DB/Creature: Fix wrong sheath state
-rw-r--r-- | sql/updates/world/3.3.5/2020_09_26_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_09_26_04_world.sql b/sql/updates/world/3.3.5/2020_09_26_04_world.sql new file mode 100644 index 00000000000..a37579004fd --- /dev/null +++ b/sql/updates/world/3.3.5/2020_09_26_04_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_addon` SET `bytes2` = 1 WHERE `entry` IN (18319,20697,18320,20698,18327,20691,18498,20321,18521,20315,18524,20298,18556,20311,18700,20317,20640,20639,20646,18331,20256,3922,3925,3926); |