mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[8559] Fixed item 42455
Signed-off-by: Ambal <pogrebniak@gala.net>
This commit is contained in:
parent
3de0c8f3dd
commit
e412e10de1
2 changed files with 3 additions and 2 deletions
|
|
@ -5266,9 +5266,10 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
|
||||||
}
|
}
|
||||||
switch(dummySpell->Id)
|
switch(dummySpell->Id)
|
||||||
{
|
{
|
||||||
// Nightfall
|
// Nightfall & Glyph of Corruption
|
||||||
case 18094:
|
case 18094:
|
||||||
case 18095:
|
case 18095:
|
||||||
|
case 56218:
|
||||||
{
|
{
|
||||||
target = this;
|
target = this;
|
||||||
triggered_spell_id = 17941;
|
triggered_spell_id = 17941;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8558"
|
#define REVISION_NR "8559"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue