From 386ea1de09764ed9c07231b507c6dacc177f8ecf Mon Sep 17 00:00:00 2001 From: illfated Date: Mon, 24 May 2021 00:12:17 +0300 Subject: DB/Texts: Fix wrong text type Closes #26544 (cherry picked from commit 343da36409564ac3f369ca535c17dc957f49f643) --- sql/updates/world/master/2022_03_10_17_world_2021_05_23_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_03_10_17_world_2021_05_23_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_03_10_17_world_2021_05_23_01_world.sql b/sql/updates/world/master/2022_03_10_17_world_2021_05_23_01_world.sql new file mode 100644 index 00000000000..940504d968c --- /dev/null +++ b/sql/updates/world/master/2022_03_10_17_world_2021_05_23_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_text` SET `Type`= 16 WHERE `CreatureID`= 31033 AND `ID`= 8; -- cgit v1.2.3