mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
[11189] Skip BGs also (in addition to arenas) in InstanceData::SaveToDB
This commit is contained in:
parent
01f68f4187
commit
2591f11504
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
void InstanceData::SaveToDB()
|
||||
{
|
||||
// no reason to save BGs/Arenas
|
||||
if (instance->IsBattleArena())
|
||||
if (instance->IsBattleGroundOrArena())
|
||||
return;
|
||||
|
||||
if (!Save())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue