[8320] Imporovements in wild summoned gameobjects work.

* Not set owner for will summoned gameobjects.
  Its not expected to have owner, and must be accessable to all players (or team).
* Set for all objects summoned by spells: despawned by deafult for proper despawn withut owner.
* Cleanup Spell::EffectSummonObjectWild.
This commit is contained in:
VladimirMangos 2009-08-06 00:40:35 +04:00
parent 82782779f7
commit 0d96fc06a6
3 changed files with 39 additions and 33 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8319"
#define REVISION_NR "8320"
#endif // __REVISION_NR_H__