fix(DB/Spells): Garwal correctly invisible until quest Alpha Worg is taken (#26246)

This commit is contained in:
Lilliandris
2026-06-17 23:51:07 +02:00
committed by GitHub
parent 158caddf91
commit 5efc00e0ef
2 changed files with 7 additions and 0 deletions
@@ -0,0 +1,6 @@
-- Garwal
UPDATE `creature_template` SET `faction` = 1971 WHERE (`entry` = 24277);
-- 43062 - Garwal's Invisibility
UPDATE `spell_dbc` SET `Effect_1` = 6, `EffectBasePoints_1` = 999, `EffectAura_1` = 18, `EffectMiscValue_1` = 8, `ImplicitTargetA_1` = 1
WHERE (`ID` = 43062);