[7634] Fixed: select non-despawnable gameobjects base at appropriate for gameobject type dataN fields.

Many in world gameobject that unexpected daspawned before must now work in more expected way.

In tests i not found any damage to bg gameobject work, and at least this restore expected work for non-bg dorrs//buttons broken
after half-year ago patch (that has been reverted partly in this commit)

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
VladimirMangos 2009-04-08 05:35:53 +04:00
parent 863a747251
commit 3226a22e29
3 changed files with 37 additions and 26 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7633"
#define REVISION_NR "7634"
#endif // __REVISION_NR_H__