aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZenoX92 <ZenoX92@users.noreply.github.com>2017-09-30 16:20:03 +0200
committerKillyana <morphone1@gmail.com>2017-09-30 16:20:03 +0200
commitaa8933c5baf8e083af7a1378e54a70804dbf2299 (patch)
treea97ad51d6186a96f0817badb53baf0110e43c63a
parent5eadade2e3924fce9912a1962f1748258ea2e783 (diff)
DB/Creature_text: Fix aggro text for Volcor
Closes #20480
-rw-r--r--sql/updates/world/3.3.5/2017_09_30_12_world_335.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_09_30_12_world_335.sql b/sql/updates/world/3.3.5/2017_09_30_12_world_335.sql
new file mode 100644
index 00000000000..1b76dcd212a
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_09_30_12_world_335.sql
@@ -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");