diff options
-rw-r--r-- | sql/updates/world/master/2020_08_23_22_world_2017_09_06_08_world.sql | 4 |
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'); |