chore(DB/Text): Fix missing apostrophes in Coilfang Slavemaster and Slavehandler texts and add Broadcast IDs (#15280)

This commit is contained in:
Gultask
2023-03-10 21:41:01 -03:00
committed by GitHub
parent 01ea82e699
commit 58a502e139

View File

@@ -0,0 +1,24 @@
--
DELETE FROM `creature_text` WHERE `CreatureID` IN (17805,17959);
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(17805,0,0,'Hurry up with it already! The longer you take, the more of a hurtin\' I\'m putting on you!',14,0,100,0,0,0,14412,0,'Coilfang Slavemaster'),
(17805,0,1,'This is terrible..... my arms grow tired from beating on you lazy peons!',14,0,100,0,0,0,14414,0,'Coilfang Slavemaster'),
(17805,0,2,'Too soon! You are slacking off too soon!',14,0,100,0,0,0,14415,0,'Coilfang Slavemaster'),
(17805,0,3,'Wake up! Now get up and back to work!',14,0,100,0,0,0,14405,0,'Coilfang Slavemaster'),
(17805,0,4,'What is this?! Didn\'t mommy and daddy teach you anything?!',14,0,100,0,0,0,14413,0,'Coilfang Slavemaster'),
(17805,1,0,'By Nazjatar\'s Depths! ',12,0,100,0,0,0,16711,0,'Coilfang Slavemaster'),
(17805,1,1,'Die, warmblood!',12,0,100,0,0,0,16710,0,'Coilfang Slavemaster'),
(17805,1,2,'For the Master!',12,0,100,0,0,0,16708,0,'Coilfang Slavemaster'),
(17805,1,3,'Illidan reigns!',12,0,100,0,0,0,16709,0,'Coilfang Slavemaster'),
(17805,1,4,'My blood is like venom!',12,0,100,0,0,0,16712,0,'Coilfang Slavemaster'),
(17959,0,0,'Hurry up with it already! The longer you take, the more of a hurtin\' I\'m putting on you!',14,0,100,0,0,0,14412,0,'Coilfang Slavehandler'),
(17959,0,1,'This is terrible..... my arms grow tired from beating on you lazy peons!',14,0,100,0,0,0,14414,0,'Coilfang Slavehandler'),
(17959,0,2,'Too soon! You are slacking off too soon!',14,0,100,0,0,0,14415,0,'Coilfang Slavehandler'),
(17959,0,3,'Wake up! Now get up and back to work!',14,0,100,0,0,0,14405,0,'Coilfang Slavehandler'),
(17959,0,4,'What is this?! Didn\'t mommy and daddy teach you anything?!',14,0,100,0,0,0,14413,0,'Coilfang Slavehandler'),
(17959,1,0,'By Nazjatar\'s Depths! ',12,0,100,0,0,0,16711,0,'Coilfang Slavehandler'),
(17959,1,1,'Die, warmblood!',12,0,100,0,0,0,16710,0,'Coilfang Slavehandler'),
(17959,1,2,'For the Master!',12,0,100,0,0,0,16708,0,'Coilfang Slavehandler'),
(17959,1,3,'Illidan reigns!',12,0,100,0,0,0,16709,0,'Coilfang Slavehandler'),
(17959,1,4,'My blood is like venom!',12,0,100,0,0,0,16712,0,'Coilfang Slavehandler');