diff options
author | illfated <illfated@users.noreply.github.com> | 2021-05-24 00:12:17 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-10 21:16:59 +0100 |
commit | 386ea1de09764ed9c07231b507c6dacc177f8ecf (patch) | |
tree | a1a8712cafd8e554f59f81a40186db69e3b07c18 | |
parent | 2b5e15aa08e9268040e03ce71aa50d677f4ad8e4 (diff) |
DB/Texts: Fix wrong text type
Closes #26544
(cherry picked from commit 343da36409564ac3f369ca535c17dc957f49f643)
-rw-r--r-- | sql/updates/world/master/2022_03_10_17_world_2021_05_23_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |