Make travis happy

This commit is contained in:
Aokromes
2017-06-17 11:33:02 +02:00
parent 4eb18720d0
commit b1f54ba152
2 changed files with 5 additions and 5 deletions

View File

@@ -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();
}

View File

@@ -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;