[8190] Update killing quest objectives base at creature_template KillCredit fields.

Note: for avoid double counting must be removed C++ scripts and EventAI scripts that do same thing in old way.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>

Also implement KillCreditN field check at loading.
This commit is contained in:
GriffonHeart 2009-07-17 03:35:59 +04:00 committed by VladimirMangos
parent ad67efefad
commit cbfbd13146
11 changed files with 49 additions and 17 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8189"
#define REVISION_NR "8190"
#endif // __REVISION_NR_H__