fix(Scripts/Darkshore): ensure Kerlonian Evershade is always in bear form (#17062)
initial
This commit is contained in:
parent
09eaea6c6a
commit
45d6009cb7
2 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
--
|
||||
UPDATE `creature_addon` SET `auras` = '' WHERE `guid` = 39059;
|
||||
|
|
@ -175,6 +175,7 @@ enum Kerlonian
|
|||
|
||||
SPELL_SLEEP_VISUAL = 25148,
|
||||
SPELL_AWAKEN = 17536,
|
||||
SPELL_BEAR_FORM = 18309,
|
||||
QUEST_SLEEPER_AWAKENED = 5321,
|
||||
NPC_LILADRIS = 11219 //attackers entries unknown
|
||||
};
|
||||
|
|
@ -194,6 +195,8 @@ public:
|
|||
void Reset() override
|
||||
{
|
||||
FallAsleepTimer = urand(10000, 45000);
|
||||
|
||||
DoCastSelf(SPELL_BEAR_FORM);
|
||||
}
|
||||
|
||||
void MoveInLineOfSight(Unit* who) override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue