mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature_text: Fix aggro text for Volcor
Closes #20480
(cherry picked from commit aa8933c5ba)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- Remove wrong aggro text for Volcor and add the correct ones
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=3692 AND `GroupID`=4;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(3692,4,0,"Here they come!",12,7,100,0,0,0,1250,0,"Volcor"),
|
||||
(3692,4,1,"We can overcome these foul creatures!",12,7,100,0,0,0,1251,0,"Volcor"),
|
||||
(3692,4,2,"We shall earn our deaths at the very least!",12,7,100,0,0,0,1252,0,"Volcor"),
|
||||
(3692,4,3,"Don\'t give up! Fight to the death!",12,7,100,0,0,0,1253,0,"Volcor");
|
||||
Reference in New Issue
Block a user