DB/Creature text: Add missing text to Erich Lohan

Closes #20259

(cherry picked from commit 12ea2fdaec)
This commit is contained in:
ZenoX92
2017-09-06 22:12:58 +02:00
committed by Shauren
parent e90771b36c
commit c3ff874271

View File

@@ -0,0 +1,4 @@
-- Erich Lohan
DELETE FROM `creature_text` WHERE `CreatureID`=3627 AND `GroupID`=0 AND `ID`=7;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(3627,0,7,'Ask me how to get a free drink at the Blue Recluse!',12,7,100,0,0,0,1192,0,'Erich Lohan');