[8559] Fixed item 42455

Signed-off-by: Ambal <pogrebniak@gala.net>
This commit is contained in:
Wojta 2009-09-29 11:03:15 +03:00 committed by Ambal
parent 3de0c8f3dd
commit e412e10de1
2 changed files with 3 additions and 2 deletions

View file

@ -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;

View file

@ -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__