mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/achievement_reward): award title on Hand of A'dal FoS (#18998)
* init * oops
This commit is contained in:
4
data/sql/updates/pending_db_world/hand_of_adal.sql
Normal file
4
data/sql/updates/pending_db_world/hand_of_adal.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `achievement_reward` WHERE `ID` = 431;
|
||||
INSERT INTO `achievement_reward` (`ID`, `TitleA`, `TitleH`, `ItemID`, `Sender`, `Subject`, `Body`, `MailTemplateID`) VALUES
|
||||
(431, 64, 64, 0, 0, null, null, 0);
|
||||
Reference in New Issue
Block a user