diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-09-06 19:13:32 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-08-23 19:33:06 +0200 |
commit | 77b6191d6bb2ae68412bf9a7cdab36b1c92946a6 (patch) | |
tree | ed627eecb32906da38b506e736a456dd14303e68 | |
parent | 785182dd533e73902c41abe5cbb1202dec680a02 (diff) |
DB/Creature text: Cerellean Whiteclaw Fix incorrect text type
Closes #20255
(cherry picked from commit 731b1d21209066a853f9d9cabb6286d1ccba143d)
-rw-r--r-- | sql/updates/world/master/2020_08_23_20_world_2017_09_06_04_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_08_23_20_world_2017_09_06_04_world.sql b/sql/updates/world/master/2020_08_23_20_world_2017_09_06_04_world.sql new file mode 100644 index 00000000000..77ce2a0adb2 --- /dev/null +++ b/sql/updates/world/master/2020_08_23_20_world_2017_09_06_04_world.sql @@ -0,0 +1,3 @@ +-- Cerellean Whiteclaw +UPDATE `creature_text` SET `Type`=12 WHERE `CreatureID`=3644 AND `GroupID`=1; +UPDATE `creature_text` SET `Type`=12 WHERE `CreatureID`=3644 AND `GroupID`=2; |