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:
parent
c7e91800fc
commit
43498cc1a2
1 changed files with 3 additions and 0 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue