fix(DB/Quest): Coward Delivery... Under 30 Minutes or it's Free (#11734)

Create rev_1652480165040490600.sql
This commit is contained in:
avarishd
2022-05-17 18:05:40 +03:00
committed by GitHub
parent 691d1d8e14
commit 1cc015b51f

View File

@@ -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;