[11715] Remove World::setConfigPos for uint32 and move check to all uint32 config values.

As part changes move to int32 list as expected by values:
 * CONFIG_INT32_QUEST_HIGH_LEVEL_HIDE_DIFF
 * CONFIG_INT32_QUEST_LOW_LEVEL_HIDE_DIFF

Please report if mangosd will report unexpected error (< 0) for some signed config option.
I check manually but maybe miss some...

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
VladimirMangos 2011-07-07 03:42:38 +04:00
parent 1a263cb6a0
commit f4be64ff48
5 changed files with 30 additions and 40 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11714"
#define REVISION_NR "11715"
#endif // __REVISION_NR_H__