Skip to content

Commit

Permalink
Compiler: Fix warnings in shadow_labyrinth.h
Browse files Browse the repository at this point in the history
  • Loading branch information
insunaa authored and killerwife committed May 5, 2024
1 parent 25ccc2b commit aae1920
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class instance_shadow_labyrinth : public ScriptedInstance
void OnCreatureCreate(Creature* pCreature) override;

void OnCreatureDeath(Creature* pCreature) override;
void OnCreatureRespawn(Creature* creature);
void OnCreatureRespawn(Creature* creature) override;

void SetData(uint32 uiType, uint32 uiData) override;
uint32 GetData(uint32 uiType) const override;
Expand Down

0 comments on commit aae1920

Please sign in to comment.