mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_09_20_00 -> 2023_09_20_01
|
||||
UPDATE `quest_poi` SET `WorldMapAreaId` = 24 WHERE (`QuestID` = 7321) AND (`id` IN (0,1,2,3));
|
||||
UPDATE `quest_poi` SET `id` = 4, `ObjectiveIndex` = -1 WHERE (`QuestID` = 7321) AND (`id` = 0);
|
||||
UPDATE `quest_poi` SET `id` = 5, `Flags` = 3 WHERE (`QuestID` = 7321) AND (`id` = 1);
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_09_20_01 -> 2023_09_20_02
|
||||
|
||||
-- Sir Wendell's Grave smart ai
|
||||
SET @ENTRY := 194537;
|
||||
@@ -1 +1,2 @@
|
||||
-- DB update 2023_09_20_02 -> 2023_09_20_03
|
||||
UPDATE `quest_offer_reward` SET `RewardText` = 'You brought the picks. Great! I\'ll get these to my mining students. I\'m sure they\'re eager to use them on the ore deposits of Loch Modan.$B$BThank you for your help, $N. I am in your debt, but I hope this money will at least cover your travel costs.' WHERE (`ID` = 6392);
|
||||
Reference in New Issue
Block a user