From 32f0fac014bdd373e70968651755f97fe3018ac8 Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Sun, 15 Feb 2009 16:55:00 +0100 Subject: *Small fix in Kalecgos - by darktabbit --HG-- branch : trunk --- src/bindings/scripts/include/sc_creature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bindings/scripts/include') diff --git a/src/bindings/scripts/include/sc_creature.cpp b/src/bindings/scripts/include/sc_creature.cpp index 6c9a0059b11..44148d4d795 100644 --- a/src/bindings/scripts/include/sc_creature.cpp +++ b/src/bindings/scripts/include/sc_creature.cpp @@ -837,7 +837,7 @@ void LoadOverridenSQLData() // Sunwell Plateau : Kalecgos : Spectral Rift goInfo = const_cast(GetGameObjectInfo(187055)); if(goInfo && goInfo->type == GAMEOBJECT_TYPE_GOOBER) - goInfo->goober.lockId = 1714; // need LOCKTYPE_QUICK_OPEN + goInfo->type = GAMEOBJECT_TYPE_SPELLCASTER; } void LoadOverridenDBCData() -- cgit v1.2.3