diff options
author | offl <offl@users.noreply.github.com> | 2021-04-28 20:15:50 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-09 13:20:27 +0100 |
commit | 85d0abd0217719bcaddc3e89ee0bc7ac0b40db3e (patch) | |
tree | 7d11af1f16969e911cc2f6d8738a5699ccf6336d | |
parent | 356c07c1baf216deacab76366199cccf489f760b (diff) |
DB/Misc: Fix wrong text type
(cherry picked from commit f904d5eea6234447ad2a8bd20211a7af054382b5)
-rw-r--r-- | sql/updates/world/master/2022_03_09_08_world_2021_04_28_08_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_09_08_world_2021_04_28_08_world.sql b/sql/updates/world/master/2022_03_09_08_world_2021_04_28_08_world.sql new file mode 100644 index 00000000000..d226e2d06ac --- /dev/null +++ b/sql/updates/world/master/2022_03_09_08_world_2021_04_28_08_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_text` SET `Type` = 12 WHERE `CreatureID` = 29686; |