From c3ff874271caa54b10a759942ad69456cf3f5008 Mon Sep 17 00:00:00 2001 From: ZenoX92 Date: Wed, 6 Sep 2017 22:12:58 +0200 Subject: DB/Creature text: Add missing text to Erich Lohan Closes #20259 (cherry picked from commit 12ea2fdaec8f2b15bcac686e7fab713d13a6c546) --- sql/updates/world/master/2020_08_23_22_world_2017_09_06_08_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2020_08_23_22_world_2017_09_06_08_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2020_08_23_22_world_2017_09_06_08_world.sql b/sql/updates/world/master/2020_08_23_22_world_2017_09_06_08_world.sql new file mode 100644 index 00000000000..cde8354444e --- /dev/null +++ b/sql/updates/world/master/2020_08_23_22_world_2017_09_06_08_world.sql @@ -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'); -- cgit v1.2.3