From e0be0cba6a4a7f23a3b2ac5d6ed698ce96b00c89 Mon Sep 17 00:00:00 2001 From: ZenoX92 Date: Wed, 6 Sep 2017 19:29:23 +0200 Subject: DB/Creature Text: Grimclaw restore deleted text Closes #20257 --- sql/updates/world/3.3.5/2017_09_06_06_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_09_06_06_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_09_06_06_world.sql b/sql/updates/world/3.3.5/2017_09_06_06_world.sql new file mode 100644 index 00000000000..04e04b85a38 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_09_06_06_world.sql @@ -0,0 +1,7 @@ +-- Grimclaw +DELETE FROM `creature_text` WHERE `CreatureID`=3695 AND `GroupID`<4; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(3695,0,0,"%s roars at Terenthis to get his attention.",16,0,100,0,0,478,1226,0,"Grimclaw"), +(3695,1,0,"%s begins to moan and roar at Terenthis while stomping his paws on the ground.",16,0,100,53,0,474,1228,0,"Grimclaw"), +(3695,2,0,"%s roars at Terenthis more, but this time the druid seems to understand the bear.",16,0,100,0,0,473,1231,0,"Grimclaw"), +(3695,3,0,"%s roars in acknowledgement at Terenthis.",16,0,100,0,0,473,1233,0,"Grimclaw"); -- cgit v1.2.3