*Remove GAMEOBJECT_LEVEL value for summoned gameobject to fix the bug that some go cannot be used. Please check if this causes other bugs related to gameobject.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-02-16 19:09:24 -06:00
parent 7762087e7d
commit 3510eb4896
2 changed files with 5 additions and 5 deletions

View File

@@ -845,7 +845,7 @@ void LoadOverridenSQLData()
// Sunwell Plateau : Kalecgos : Spectral Rift
goInfo = const_cast<GameObjectInfo*>(GetGameObjectInfo(187055));
if(goInfo && goInfo->type == GAMEOBJECT_TYPE_GOOBER)
goInfo->type = GAMEOBJECT_TYPE_SPELLCASTER;
goInfo->goober.lockId = 57; // need LOCKTYPE_QUICK_OPEN
}
void LoadOverridenDBCData()