diff options
author | illfated <illfated@users.noreply.github.com> | 2021-05-24 00:12:17 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-05-24 00:12:17 +0300 |
commit | 343da36409564ac3f369ca535c17dc957f49f643 (patch) | |
tree | 767f0ec603d993230918fd5e95f074e660a4678f | |
parent | 36dfc86939fae14e1ce7bd142089ed57c86b4d3c (diff) |
DB/Texts: Fix wrong text type
Closes #26544
-rw-r--r-- | sql/updates/world/3.3.5/2021_05_23_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_05_23_01_world.sql b/sql/updates/world/3.3.5/2021_05_23_01_world.sql new file mode 100644 index 00000000000..940504d968c --- /dev/null +++ b/sql/updates/world/3.3.5/2021_05_23_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_text` SET `Type`= 16 WHERE `CreatureID`= 31033 AND `ID`= 8; |