From 8eb1f455a101df2316e75f247a3c96d7debbbc36 Mon Sep 17 00:00:00 2001 From: megamage Date: Fri, 13 Feb 2009 19:56:22 -0600 Subject: [7269] Use enum type for battleground queue type ids, and related cleanups. * renamed a variable to make the content of it more clear: type->arenaslot * renamed BattleGroundQueueTypeId-variables to bgQueueTypeId just to make it easier reading the code (cause there existed 3 different names for this..) * renamed GetBattleGroundQueueId to GetBattleGroundQueueTypeId again this is just for better understanding * Renamed [GS]etQueueType and m_Queue_type * Renamed to [GS]etQueueId and m_QueueId Author: balrok --HG-- branch : trunk --- src/shared/revision_nr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared') diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index b72e2c24d97..ef6ad92ed9a 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7268" + #define REVISION_NR "7269" #endif // __REVISION_NR_H__ -- cgit v1.2.3