AW

Asha Crews Williams

Senior Manager, Ecommerce at Lunya

Asha Crews Williams has worked in the eCommerce field since 2015, starting as an E-Commerce Manager at Frame Denim. In 2020, they joined Lunya & Lahgo as a Senior Manager, Ecommerce.

/*

* Copyright (C) 2011-2014 Project SkyFire <http://www.projectskyfire.org/>

* Copyright (C) 2008-2014 TrinityCore <http://www.trinitycore.org/>

* Copyright (C) 2006-2014 ScriptDev2 <https://github.com/scriptdev2/scriptdev2/>

*

* This program is free software; you can redistribute it and/or modify it

* under the terms of the GNU General Public License as published by the

* Free Software Foundation; either version 3 of the License, or (at your

* option) any later version.

*

* This program is distributed in the hope that it will be useful, but WITHOUT

* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for

* more details.

*

* You should have received a copy of the GNU General Public License along

* with this program. If not, see <http://www.gnu.org/licenses/>.

*/

/* ScriptData

SDName: Boss_Grilek

SD%Complete: 100

SDComment:

SDCategory: Zul'Gurub

EndScriptData */

#include "ScriptPCH.h"

#include "zulgurub.h"

#define SPELL_AVATAR 24646 //The Enrage Spell

#define SPELL_GROUNDTREMOR 6524

class boss_grilek : public CreatureScript

{

public:

boss_grilek()

: CreatureScript("boss_grilek")

{

}

struct boss_grilekAI : public ScriptedAI

{

boss_grilekAI(Creature* creature) : ScriptedAI(creature) {}

uint32 Avatar_Timer;

uint32 GroundTremor_Timer;

void Reset()

{

Avatar_Timer = 30000;

GroundTremor_Timer = 2000;

}

void EnterCombat(Unit* /*who*/)

{

}

void UpdateAI(const uint32 diff)

Links


Org chart