Skip to content

Commit 4ce3c05

Browse files
authored
DB/Quest: Teldrassil, missing quest greetings
closes #30735 by Jonne733
1 parent 8c3b91b commit 4ce3c05

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
-- Elanaria Quest Greeting
2+
DELETE FROM `quest_greeting` WHERE `ID`=4088;
3+
INSERT INTO `quest_greeting` (`ID`,`Type`,`GreetEmoteType`,`GreetEmoteDelay`,`Greeting`,`VerifiedBuild`) VALUES
4+
(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);
5+
6+
-- Syral Bladeleaf Quest Greeting
7+
DELETE FROM `quest_greeting` WHERE `ID`=2083;
8+
INSERT INTO `quest_greeting` (`ID`,`Type`,`GreetEmoteType`,`GreetEmoteDelay`,`Greeting`,`VerifiedBuild`) VALUES
9+
(2083,0,0,0,"Like Teldrassil itself, Dolanaar embraces those who embrace the land.",0);
10+
11+
-- Mathiel Quest Greeting
12+
DELETE FROM `quest_greeting` WHERE `ID`=6142;
13+
INSERT INTO `quest_greeting` (`ID`,`Type`,`GreetEmoteType`,`GreetEmoteDelay`,`Greeting`,`VerifiedBuild`) VALUES
14+
(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);
15+
16+
-- Daryn Lightwind Quest Greeting
17+
DELETE FROM `quest_greeting` WHERE `ID`=7907;
18+
INSERT INTO `quest_greeting` (`ID`,`Type`,`GreetEmoteType`,`GreetEmoteDelay`,`Greeting`,`VerifiedBuild`) VALUES
19+
(7907,0,0,0,"",0);
20+
21+
-- Gracina Spiritmight Quest Greeting
22+
DELETE FROM `quest_greeting` WHERE `ID`=7740;
23+
INSERT INTO `quest_greeting` (`ID`,`Type`,`GreetEmoteType`,`GreetEmoteDelay`,`Greeting`,`VerifiedBuild`) VALUES
24+
(7740,0,0,0,"",0);

0 commit comments

Comments
 (0)