Skip to content

Commit 8ed8c2e

Browse files
ThelsenShauren
authored andcommitted
Core/LFG: Fix build after fmt version upgrade
1 parent c10f22b commit 8ed8c2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/game/DungeonFinding/LFGMgr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ class TC_GAME_API LFGMgr
484484

485485
inline int32 format_as(LFGMgrEnum e) { return e; }
486486
inline int32 format_as(LfgProposalState e) { return e; }
487-
inline uint8 format_as(LfgTeleportResult e) { return e; }
487+
inline uint8 format_as(LfgTeleportError e) { return e; }
488488
inline int32 format_as(LfgJoinResult e) { return e; }
489489
inline int32 format_as(LfgRoleCheckState e) { return e; }
490490
} // namespace lfg

0 commit comments

Comments
 (0)