mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Command #repop will clear NPC spell cache now
This commit is contained in:
@@ -1437,6 +1437,9 @@ bool Zone::Depop(bool StartSpawnTimer) {
|
||||
npctable.erase(itr);
|
||||
}
|
||||
|
||||
// clear spell cache
|
||||
database.ClearNPCSpells();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user