mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-18 16:09:37 +01:00
Make travis happy
This commit is contained in:
@@ -87,7 +87,7 @@ public:
|
||||
|
||||
if (me->HasUnitState(UNIT_STATE_CASTING))
|
||||
return;
|
||||
|
||||
|
||||
while (uint32 eventId = events.ExecuteEvent())
|
||||
{
|
||||
switch (eventId)
|
||||
@@ -113,7 +113,7 @@ public:
|
||||
|
||||
if (me->HasUnitState(UNIT_STATE_CASTING))
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
DoMeleeAttackIfReady();
|
||||
}
|
||||
|
||||
@@ -72,12 +72,12 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
void SetData(uint32 type, uint32 data) override
|
||||
void SetData(uint32 type, uint32 /*data*/) override
|
||||
{
|
||||
switch (type)
|
||||
{
|
||||
case DATA_NARALEX_YELLED:
|
||||
yelled = true;
|
||||
yelled = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -86,7 +86,7 @@ public:
|
||||
{
|
||||
switch (type)
|
||||
{
|
||||
case DATA_NARALEX_YELLED:
|
||||
case DATA_NARALEX_YELLED:
|
||||
return yelled;
|
||||
}
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user