diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-08-30 16:38:24 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-08-23 18:38:03 +0200 |
| commit | 226cb4b8a18c7cd81329295c39824b5d606153eb (patch) | |
| tree | ab0518ac63dbd2b8bf16024afacae974c6af5549 | |
| parent | eab37a464f3ad8eda52974599bd61e40cc9db49f (diff) | |
DB/Creature: Hogan Ference
Closes #20217
(cherry picked from commit 8aaf1405fcc781f653ad290746c5cfc71e158bf2)
| -rw-r--r-- | sql/updates/world/master/2020_08_23_08_world_2017_08_30_05_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_08_23_08_world_2017_08_30_05_world.sql b/sql/updates/world/master/2020_08_23_08_world_2017_08_30_05_world.sql new file mode 100644 index 00000000000..a3aaf9646c9 --- /dev/null +++ b/sql/updates/world/master/2020_08_23_08_world_2017_08_30_05_world.sql @@ -0,0 +1,6 @@ +-- Hogan Ference -- Add more lines +DELETE FROM `creature_text` WHERE `CreatureID`=325 AND `GroupID`=0 AND `ID`>2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(325,0,3,"When will someone do something about the undead?",12,7,100,0,0,0,961,0,"Hogan Ference"), +(325,0,4,"Where is everyone?",12,7,100,0,0,0,962,0,"Hogan Ference"), +(325,0,5,"I can't even visit my father's grave in peace anymore.",12,7,100,0,0,0,963,0,"Hogan Ference"); |
