[10076] Fixed crash at remove from world pet under SPELL_AURA_MOD_POSSESS_PET

* Prevent crash at camera list update at attempt increment end() iterator.
* Properly do unapply SPELL_AURA_MOD_POSSESS_PET (GetPet() can return NULL at call, and not need checked)
* Propertly call unapply at delete auras cases for auras that set player-caster mover pointer.
This commit is contained in:
VladimirMangos 2010-06-19 02:24:43 +04:00
parent 81851074ad
commit 3e210228f9
4 changed files with 50 additions and 21 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10075"
#define REVISION_NR "10076"
#endif // __REVISION_NR_H__