mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 10:37:01 +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()
|
void InstanceData::SaveToDB()
|
||||||
{
|
{
|
||||||
// no reason to save BGs/Arenas
|
// no reason to save BGs/Arenas
|
||||||
if (instance->IsBattleArena())
|
if (instance->IsBattleGroundOrArena())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!Save())
|
if (!Save())
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11188"
|
#define REVISION_NR "11189"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue