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:
Aokromes
2014-04-20 14:01:44 +02:00
parent 6efe5d9603
commit d4e355d534
@@ -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,'');