fix(Scripts/Brewfest): Added inebriate effect to Complimentary Brewfe… (#13112)
fix(Scripts/Brewfest): Added inebriate effect to Complimentary Brewfest Sampler. Fixes #13085
This commit is contained in:
parent
6e1a1ad424
commit
ddcf0e79b6
1 changed files with 3 additions and 0 deletions
|
|
@ -294,6 +294,7 @@ enum darkIronAttack
|
|||
SPELL_DRUNKEN_MASTER = 42696,
|
||||
SPELL_SUMMON_PLANS_A = 48145,
|
||||
SPELL_SUMMON_PLANS_H = 49318,
|
||||
SPELL_WEAK_ALCOHOL = 42523,
|
||||
|
||||
// Dark Irons
|
||||
SPELL_ATTACK_KEG = 42393,
|
||||
|
|
@ -1271,6 +1272,8 @@ class spell_brewfest_toss_mug : public SpellScript
|
|||
creature->CastSpell(caster, SPELL_THROW_MUG_TO_PLAYER, true);
|
||||
}
|
||||
}
|
||||
|
||||
caster->CastSpell(caster, SPELL_WEAK_ALCOHOL, true);
|
||||
}
|
||||
|
||||
void Register() override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue