*Small fix in Kalecgos - by darktabbit

--HG--
branch : trunk
This commit is contained in:
Blaymoira
2009-02-15 16:55:00 +01:00
parent 7b19c8ac8e
commit 32f0fac014
2 changed files with 10 additions and 4 deletions

View File

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