diff options
author | offl <offl@users.noreply.github.com> | 2020-09-26 03:58:53 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-02-28 12:08:58 +0100 |
commit | 73f68d55eeb2ad8aa4fb82420a0e8b652f09c7b7 (patch) | |
tree | 99a6dae87eb356c964ce04308930e3ebc3e5a15c | |
parent | 900d5908b86c5eb5d59ea6bbcb9cbc9c40804ef1 (diff) |
DB/Creature: Fix wrong sheath state
(cherry picked from commit c49d6f97f02b34ea119e923bf36e357b581a1a22)
-rw-r--r-- | sql/updates/world/master/2022_02_28_03_world_2020_09_26_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_28_03_world_2020_09_26_04_world.sql b/sql/updates/world/master/2022_02_28_03_world_2020_09_26_04_world.sql new file mode 100644 index 00000000000..a37579004fd --- /dev/null +++ b/sql/updates/world/master/2022_02_28_03_world_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); |