[7226] Avoid 2 mQuestStatus[quest_id] calls from AddQuest code for speed and possible aliasing problems.

Original patch provided by zhenya.
This commit is contained in:
VladimirMangos 2009-02-03 02:16:23 +03:00
parent a1eaf1af6f
commit 2c7216ac8c
3 changed files with 16 additions and 14 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7225"
#define REVISION_NR "7226"
#endif // __REVISION_NR_H__