mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[8684] Typos in code for talent 30675 and ranks affect at spell 421 ranks 7 & 8 casting.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
8271e7eb99
commit
efe057112d
2 changed files with 3 additions and 3 deletions
|
|
@ -6276,8 +6276,8 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
|
||||||
case 10605: spellId = 45300; break; // Rank 4
|
case 10605: spellId = 45300; break; // Rank 4
|
||||||
case 25439: spellId = 45301; break; // Rank 5
|
case 25439: spellId = 45301; break; // Rank 5
|
||||||
case 25442: spellId = 45302; break; // Rank 6
|
case 25442: spellId = 45302; break; // Rank 6
|
||||||
case 49268: spellId = 49270; break; // Rank 7
|
case 49270: spellId = 49268; break; // Rank 7
|
||||||
case 49269: spellId = 49271; break; // Rank 8
|
case 49271: spellId = 49269; break; // Rank 8
|
||||||
default:
|
default:
|
||||||
sLog.outError("Unit::HandleDummyAuraProc: non handled spell id: %u (LO)", procSpell->Id);
|
sLog.outError("Unit::HandleDummyAuraProc: non handled spell id: %u (LO)", procSpell->Id);
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8683"
|
#define REVISION_NR "8684"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue