From be0de1ce704c9e7ce3df9d56ba185b026e418b40 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 26 Mar 2017 00:10:03 +0100 Subject: DB/Creature: Fix Guardian of Icecrown creature_text typo By TecDian Closes #19226 (cherry picked from commit e4492dd0bdda6e9f778993c24889c8aea10f79ab) --- sql/updates/world/master/2020_04_16_02_world_2017_03_26_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2020_04_16_02_world_2017_03_26_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2020_04_16_02_world_2017_03_26_00_world.sql b/sql/updates/world/master/2020_04_16_02_world_2017_03_26_00_world.sql new file mode 100644 index 00000000000..b8cae8584ea --- /dev/null +++ b/sql/updates/world/master/2020_04_16_02_world_2017_03_26_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_text` SET `Text`= "%s flees after seeing Kel'Thuzad fall!" WHERE `CreatureID`= 16441 AND `GroupID`= 0; -- cgit v1.2.3