[10389] Typo fixes

Signed-off-by: Dark <dark_rulerz@hotmail.com>

(based on Darkrulerz's repo commit 758f4c7)

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Dark 2010-08-20 22:23:15 +04:00 committed by VladimirMangos
parent 3f83acbf9d
commit 1fd4ff3155
3 changed files with 3 additions and 3 deletions

View file

@ -884,7 +884,7 @@ enum MangosStrings
LANG_COUNTER = 1162,
LANG_ACHIEVEMENT_NOT_EXIST = 1163,
LANG_ACHIEVEMENT_CRITERIA_NOT_EXIST = 1164,
// Room for more level 3 1163-1199 not used
// Room for more level 3 1165-1199 not used
// Debug commands
LANG_CINEMATIC_NOT_EXIST = 1200,

View file

@ -538,7 +538,7 @@ class World
void UpdateSessions( uint32 diff );
/// et a server configuration element (see #eConfigFloatValues)
/// Get a server configuration element (see #eConfigFloatValues)
void setConfig(eConfigFloatValues index,float value) { m_configFloatValues[index]=value; }
/// Get a server configuration element (see #eConfigFloatValues)
float getConfig(eConfigFloatValues rate) const { return m_configFloatValues[rate]; }

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10388"
#define REVISION_NR "10389"
#endif // __REVISION_NR_H__