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
+1
View File
@@ -2066,6 +2066,7 @@ void ZoneDatabase::LoadBuffs(Client *client) {
break;
buffs[index].spellid = SPELL_UNKNOWN;
break;
}
}
}