Fix for LoadBuffs() server crash

This commit is contained in:
Uleat 2014-09-16 22:57:15 -04:00
parent 85e1518856
commit 364ed921ce
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ EQEMu Changelog (Started on Sept 24, 2003 15:50)
-------------------------------------------------------
== 09/16/2014 ==
demonstar55: Implement spell formula 137 (BER AA Desperation)
Uleat (NateDog): Fix for LoadBuffs() crash when a spell with a non-persistent Illusion effect was loaded.
== 09/15/2014 ==
Kayen: Nimbus effects will now be reapplied after zoning and will be removed when associated buff fades.

View File

@ -2066,6 +2066,7 @@ void ZoneDatabase::LoadBuffs(Client *client) {
break;
buffs[index].spellid = SPELL_UNKNOWN;
break;
}
}
}