mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Scripts: fixed two warnings reported by Travis
This commit is contained in:
@@ -1372,8 +1372,8 @@ struct npc_nefarians_end_shadowblaze : public NullCreatureAI
|
||||
|
||||
private:
|
||||
Position _controllerStalkerPosition;
|
||||
InstanceScript* _instance;
|
||||
bool _summonedByController;
|
||||
InstanceScript* _instance;
|
||||
};
|
||||
|
||||
class spell_nefarians_end_electrical_charge : public AuraScript
|
||||
|
||||
@@ -190,7 +190,7 @@ class instance_vortex_pinnacle : public InstanceMapScript
|
||||
return true;
|
||||
}
|
||||
|
||||
void SetData(uint32 type, uint32 value) override
|
||||
void SetData(uint32 type, uint32 /*value*/) override
|
||||
{
|
||||
switch (type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user