mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
4
sql/updates/world/3.3.5/2017_09_06_08_world.sql
Normal file
4
sql/updates/world/3.3.5/2017_09_06_08_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user