Core/Misc: fix bad dbc data for lock 'Locked ball and chain'

Closes #494 author is @ariel- not sure yet how smartgit works...
This commit is contained in:
ariel-
2018-03-06 14:22:55 +01:00
committed by Inifield
parent c7e91800fc
commit 43498cc1a2

View File

@@ -6338,6 +6338,9 @@ void SpellMgr::LoadDbcDataCorrections()
entry = sWorldSafeLocsStore.LookupEntry(1365);
const_cast<WorldSafeLocsEntry*>(entry)->z += 6.0f;
LockEntry* key = const_cast<LockEntry*>(sLockStore.LookupEntry(36)); // 3366 Opening, allows to open without proper key
key->Type[2] = LOCK_KEY_NONE;
sLog->outString(">> Loading spell dbc data corrections in %u ms", GetMSTimeDiffToNow(oldMSTime));
sLog->outString();
}