mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
[11961] Fix logic bug in 11954. Should fix most spells of issue #44
This commit is contained in:
parent
ff6bec96ae
commit
254a35d6a1
2 changed files with 2 additions and 1 deletions
|
|
@ -474,6 +474,7 @@ void Spell::FillTargetMap()
|
|||
// Add further conditions here if required
|
||||
{
|
||||
effToIndex[i] = j; // effect i has same targeting list as effect j
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue