mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Scripts/AQ40: fixed a warning
This commit is contained in:
@@ -94,7 +94,7 @@ struct npc_ouro_spawner : public ScriptedAI
|
||||
}
|
||||
|
||||
void AttackStart(Unit* /*victim*/) override { }
|
||||
void UpdateAI(uint32 diff) override { }
|
||||
void UpdateAI(uint32 /*diff*/) override { }
|
||||
};
|
||||
|
||||
void AddSC_boss_ouro()
|
||||
|
||||
Reference in New Issue
Block a user