From 77b6191d6bb2ae68412bf9a7cdab36b1c92946a6 Mon Sep 17 00:00:00 2001 From: ZenoX92 Date: Wed, 6 Sep 2017 19:13:32 +0200 Subject: DB/Creature text: Cerellean Whiteclaw Fix incorrect text type Closes #20255 (cherry picked from commit 731b1d21209066a853f9d9cabb6286d1ccba143d) --- sql/updates/world/master/2020_08_23_20_world_2017_09_06_04_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2020_08_23_20_world_2017_09_06_04_world.sql (limited to 'sql/updates') 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; -- cgit v1.2.3