mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 13:37:01 +00:00
[7118] resolve problems with partly appied [7117]
This commit is contained in:
parent
ee6072f232
commit
dab1f96f66
5 changed files with 7 additions and 7 deletions
|
|
@ -93,7 +93,7 @@ void LoadSkillDiscoveryTable()
|
|||
}
|
||||
|
||||
// mechanic discovery
|
||||
if (spellEntry->Mechanic != MECHANIC_DISCOVERY &&
|
||||
if (spellEntry->Mechanic != MECHANIC_DISCOVERY &&
|
||||
// explicit discovery ability
|
||||
!IsExplicitDiscoverySpell(spellEntry))
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "7117"
|
||||
#define REVISION_NR "7118"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue