DB/Creature Text: Add texts for Injured Soldiers
By untaught closes #11872 NOTE: don't posts multiple unrelated bugs on a single ticket.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `creature_text` WHERE `entry` IN (12923,12924,12925);
|
||||
INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`) VALUES
|
||||
(12923,0,0,'I''m saved! Thank you, doctor!',12,0,100,0,0,0,''),
|
||||
(12924,0,0,'I''m saved! Thank you, doctor!',12,0,100,0,0,0,''),
|
||||
(12925,0,0,'I''m saved! Thank you, doctor!',12,0,100,0,0,0,'');
|
||||
Reference in New Issue
Block a user