mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
DB/Quest: Teldrassil, missing quest greetings
closes #30735 by Jonne733
This commit is contained in:
24
sql/updates/world/3.3.5/2025_03_08_01_world.sql
Normal file
24
sql/updates/world/3.3.5/2025_03_08_01_world.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user