[10042] Implement CONDITION_QUESTAVAILABLE.
commit6eb863f88f12401633810acd0a259a9a5d904afd
authorVladimirMangos <vladimir@getmangos.com>
Mon, 7 Jun 2010 18:21:28 +0000 (7 22:21 +0400)
committerVladimirMangos <vladimir@getmangos.com>
Mon, 7 Jun 2010 18:35:47 +0000 (7 22:35 +0400)
tree8384c863ea0e7ae4cb40f2eee66e0a32e290b499
parentf98a84cdd2d9ea374f220f3e13e8f44b9e2fa2ba
[10042] Implement CONDITION_QUESTAVAILABLE.

Also do come constatification of quest status check functions
and fix one unsafe use std::map operator[].
Never never use std::map operator [] for _read_ access.
Good chance corrupt related structure state ;)
Not in found case but in general.
src/game/ObjectMgr.cpp
src/game/ObjectMgr.h
src/game/Player.cpp
src/game/Player.h
src/game/QuestDef.h
src/shared/revision_nr.h