mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue