mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
feat(Docker): update to Ubuntu 20.04 + more improvements (#3277)
This commit is contained in:
@@ -88,7 +88,7 @@ public:
|
||||
//}
|
||||
//else
|
||||
//{
|
||||
HandOfThaurissan_Timer = 5000;
|
||||
HandOfThaurissan_Timer = 5000;
|
||||
//Counter = 0;
|
||||
//}
|
||||
} else HandOfThaurissan_Timer -= diff;
|
||||
|
||||
@@ -2052,8 +2052,13 @@ public:
|
||||
break;
|
||||
case EVENT_AGGRO_JAINA:
|
||||
if (me->GetVictim())
|
||||
if (Creature* jaina = ObjectAccessor::GetCreature(*me, jainaGUID))
|
||||
jaina->AI()->AttackStart(me->GetVictim()); DoCast(me, SPELL_THUNDER);
|
||||
{
|
||||
if (Creature *jaina = ObjectAccessor::GetCreature(*me, jainaGUID))
|
||||
{
|
||||
jaina->AI()->AttackStart(me->GetVictim());
|
||||
}
|
||||
}
|
||||
DoCast(me, SPELL_THUNDER);
|
||||
_events.ScheduleEvent(EVENT_AGGRO_JAINA, 2 * IN_MILLISECONDS);
|
||||
break;
|
||||
case EVENT_WRYNN_BUFF:
|
||||
|
||||
Reference in New Issue
Block a user