mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[10170] Fixed typo in prev commit :/
This commit is contained in:
parent
ff1259b30f
commit
b398bb4dc4
2 changed files with 2 additions and 2 deletions
|
|
@ -265,7 +265,7 @@ int32 Quest::GetRewOrReqMoney() const
|
||||||
|
|
||||||
bool Quest::IsAllowedInRaid() const
|
bool Quest::IsAllowedInRaid() const
|
||||||
{
|
{
|
||||||
if (QUEST_TYPE_RAID || Type == QUEST_TYPE_RAID_10 || Type == QUEST_TYPE_RAID_25)
|
if (Type == QUEST_TYPE_RAID || Type == QUEST_TYPE_RAID_10 || Type == QUEST_TYPE_RAID_25)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
return sWorld.getConfig(CONFIG_BOOL_QUEST_IGNORE_RAID);
|
return sWorld.getConfig(CONFIG_BOOL_QUEST_IGNORE_RAID);
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10169"
|
#define REVISION_NR "10170"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue