mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Quest): Coward Delivery... Under 30 Minutes or it's Free (#11734)
Create rev_1652480165040490600.sql
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- (Quest) Coward Delivery... Under 30 Minutes or it's Free - Cast "Call Alliance Deserter" on accept
|
||||
UPDATE `quest_template_addon` SET `SourceSpellID` = 45975 WHERE `ID` = 11711;
|
||||
-- Valiance Keep Officer set NPC and PC immunity flags
|
||||
UPDATE `creature_template` SET `unit_flags` = `unit_flags` | 768 WHERE `entry` = 25759;
|
||||
Reference in New Issue
Block a user