diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-09-06 19:29:23 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-09-06 19:29:23 +0200 |
commit | e0be0cba6a4a7f23a3b2ac5d6ed698ce96b00c89 (patch) | |
tree | 0dc9a734666d35fa3f79536ed1ff0d6476a62a07 | |
parent | a94d87fb56f45900b3d9b577f7dd442dcdd6e0ca (diff) |
DB/Creature Text: Grimclaw restore deleted text
Closes #20257
-rw-r--r-- | sql/updates/world/3.3.5/2017_09_06_06_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
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"); |