From 73f68d55eeb2ad8aa4fb82420a0e8b652f09c7b7 Mon Sep 17 00:00:00 2001 From: offl Date: Sat, 26 Sep 2020 03:58:53 +0300 Subject: DB/Creature: Fix wrong sheath state (cherry picked from commit c49d6f97f02b34ea119e923bf36e357b581a1a22) --- sql/updates/world/master/2022_02_28_03_world_2020_09_26_04_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_02_28_03_world_2020_09_26_04_world.sql (limited to 'sql') 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); -- cgit v1.2.3