aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2025_03_08_01_world.sql24
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);