diff options
| author | megamage <none@none> | 2009-02-15 11:57:00 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-02-15 11:57:00 -0600 |
| commit | 419b74952002c0605ca829227f55a6354d8bd1c8 (patch) | |
| tree | b827bb31415df0b57f543c568fb7e92faa7ffc43 /src/bindings/scripts/include | |
| parent | b3bc31a69f5d5d8bf43bb4865bc7dcd174c5d48c (diff) | |
| parent | b66d68ceaeecc01b6a72b8480abe61f6c3e92f7e (diff) | |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts/include')
| -rw-r--r-- | src/bindings/scripts/include/sc_creature.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/scripts/include/sc_creature.cpp b/src/bindings/scripts/include/sc_creature.cpp index 9ed263398dc..932038a8194 100644 --- a/src/bindings/scripts/include/sc_creature.cpp +++ b/src/bindings/scripts/include/sc_creature.cpp @@ -835,7 +835,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() |
