mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 21:57:01 +01:00
7
sql/updates/world/3.3.5/2017_09_06_06_world.sql
Normal file
7
sql/updates/world/3.3.5/2017_09_06_06_world.sql
Normal file
@@ -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");
|
||||
Reference in New Issue
Block a user