Skip to content

Commit

Permalink
Fix missed BattleGround
Browse files Browse the repository at this point in the history
  • Loading branch information
Niam5 committed Aug 18, 2024
1 parent 09ed8b8 commit 5ca638f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElunaTemplate.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ struct ElunaConstrainedObjectRef
};

ElunaConstrainedObjectRef<Aura> GetWeakPtrFor(Aura const* obj);
ElunaConstrainedObjectRef<Battleground> GetWeakPtrFor(Battleground const* obj);
ElunaConstrainedObjectRef<BattleGround> GetWeakPtrFor(BattleGround const* obj);
ElunaConstrainedObjectRef<Group> GetWeakPtrFor(Group const* obj);
ElunaConstrainedObjectRef<Guild> GetWeakPtrFor(Guild const* obj);
ElunaConstrainedObjectRef<Map> GetWeakPtrFor(Map const* obj);
Expand Down

0 comments on commit 5ca638f

Please sign in to comment.