mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[8038] More expect to be possitive dummy effects.
This commit is contained in:
parent
2964a44c25
commit
0e20fbbd56
2 changed files with 8 additions and 3 deletions
|
|
@ -332,8 +332,13 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex)
|
|||
case 38638: // Nether Exhaustion (green)
|
||||
case 38639: // Nether Exhaustion (blue)
|
||||
return false;
|
||||
// some spells have unclear target modes for selection, so just make its positive
|
||||
case 27202: // Summon Lord Valthalak DND
|
||||
// some spells have unclear target modes for selection, so just make effect positive
|
||||
case 27184:
|
||||
case 27190:
|
||||
case 27191:
|
||||
case 27201:
|
||||
case 27202:
|
||||
case 27203:
|
||||
return true;
|
||||
default:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue