diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2025-03-08 12:34:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-08 12:34:03 +0100 |
| commit | 4ce3c0590044cd33cb8a5b09225f392b3d8b2d16 (patch) | |
| tree | 326352ffbc61a0611ca682185300fbb1d7c86002 | |
| parent | 8c3b91b0629df395bb4b8c300db93a2d4e98f9eb (diff) | |
DB/Quest: Teldrassil, missing quest greetings
closes #30735
by Jonne733
| -rw-r--r-- | sql/updates/world/3.3.5/2025_03_08_01_world.sql | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_03_08_01_world.sql b/sql/updates/world/3.3.5/2025_03_08_01_world.sql new file mode 100644 index 00000000000..9f77db971cb --- /dev/null +++ b/sql/updates/world/3.3.5/2025_03_08_01_world.sql @@ -0,0 +1,24 @@ +-- Elanaria Quest Greeting +DELETE FROM `quest_greeting` WHERE `ID`=4088; +INSERT INTO `quest_greeting` (`ID`,`Type`,`GreetEmoteType`,`GreetEmoteDelay`,`Greeting`,`VerifiedBuild`) VALUES +(4088,0,1,0,"A warrior's path is one of determination, $gbrother:sister;. It may begin with strength of arms, but it endures through force of will.",0); + +-- Syral Bladeleaf Quest Greeting +DELETE FROM `quest_greeting` WHERE `ID`=2083; +INSERT INTO `quest_greeting` (`ID`,`Type`,`GreetEmoteType`,`GreetEmoteDelay`,`Greeting`,`VerifiedBuild`) VALUES +(2083,0,0,0,"Like Teldrassil itself, Dolanaar embraces those who embrace the land.",0); + +-- Mathiel Quest Greeting +DELETE FROM `quest_greeting` WHERE `ID`=6142; +INSERT INTO `quest_greeting` (`ID`,`Type`,`GreetEmoteType`,`GreetEmoteDelay`,`Greeting`,`VerifiedBuild`) VALUES +(6142,0,1,0,"The craft of the night elves ranges beyond the woods and its denizens. We know much of the earth below, and of the metals within it.",0); + +-- Daryn Lightwind Quest Greeting +DELETE FROM `quest_greeting` WHERE `ID`=7907; +INSERT INTO `quest_greeting` (`ID`,`Type`,`GreetEmoteType`,`GreetEmoteDelay`,`Greeting`,`VerifiedBuild`) VALUES +(7907,0,0,0,"",0); + +-- Gracina Spiritmight Quest Greeting +DELETE FROM `quest_greeting` WHERE `ID`=7740; +INSERT INTO `quest_greeting` (`ID`,`Type`,`GreetEmoteType`,`GreetEmoteDelay`,`Greeting`,`VerifiedBuild`) VALUES +(7740,0,0,0,"",0); |
