mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[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:
parent
3f83acbf9d
commit
1fd4ff3155
3 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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]; }
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10388"
|
||||
#define REVISION_NR "10389"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue