mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +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 38638: // Nether Exhaustion (green)
|
||||||
case 38639: // Nether Exhaustion (blue)
|
case 38639: // Nether Exhaustion (blue)
|
||||||
return false;
|
return false;
|
||||||
// some spells have unclear target modes for selection, so just make its positive
|
// some spells have unclear target modes for selection, so just make effect positive
|
||||||
case 27202: // Summon Lord Valthalak DND
|
case 27184:
|
||||||
|
case 27190:
|
||||||
|
case 27191:
|
||||||
|
case 27201:
|
||||||
|
case 27202:
|
||||||
|
case 27203:
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8037"
|
#define REVISION_NR "8038"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue