[10820] Speedup and cleanup quest counters update code.

* Always use QuestStatus data for current counters set
  This let be sure that that we not have non sync values in client view and server state.
* Remove some access functions for quest update fields that expected to be only updated/set.
This commit is contained in:
VladimirMangos 2010-12-03 06:06:02 +03:00
parent d560503a03
commit 534d43daa1
3 changed files with 10 additions and 13 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10819"
#define REVISION_NR "10820"
#endif // __REVISION_NR_H__