[10200] Correct function call sequence in possess aura handlers

also removed not needed ResetView call in dummy aura handler

(based on SilverIce's repo commit c3f02ed)

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
SilverIce 2010-07-16 20:11:17 +04:00 committed by VladimirMangos
parent ae51168ffc
commit ea4afebff8
2 changed files with 16 additions and 17 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10199"
#define REVISION_NR "10200"
#endif // __REVISION_NR_H__