aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZenoX92 <ZenoX92@users.noreply.github.com>2017-09-06 22:12:58 +0200
committerShauren <shauren.trinity@gmail.com>2020-08-23 21:07:10 +0200
commitc3ff874271caa54b10a759942ad69456cf3f5008 (patch)
tree088e0eed3deca71e9a720994a544d527ba5c570b
parente90771b36c75b5f18dc69e5669a4189f70c8a8c3 (diff)
DB/Creature text: Add missing text to Erich Lohan
Closes #20259 (cherry picked from commit 12ea2fdaec8f2b15bcac686e7fab713d13a6c546)
-rw-r--r--sql/updates/world/master/2020_08_23_22_world_2017_09_06_08_world.sql4
1 files changed, 4 insertions, 0 deletions
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');