mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[8379] Fixed typos in spell 48384 and rabks code.
This commit is contained in:
parent
a24f39a36f
commit
3ca16beace
2 changed files with 4 additions and 4 deletions
|
|
@ -2488,9 +2488,9 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
||||||
uint32 spell_id;
|
uint32 spell_id;
|
||||||
switch(GetId())
|
switch(GetId())
|
||||||
{
|
{
|
||||||
case 48384: spell_id = 50170; //Rank 1
|
case 48384: spell_id = 50170; break; //Rank 1
|
||||||
case 48395: spell_id = 50171; //Rank 2
|
case 48395: spell_id = 50171; break; //Rank 2
|
||||||
case 48396: spell_id = 50172; //Rank 3
|
case 48396: spell_id = 50172; break; //Rank 3
|
||||||
default:
|
default:
|
||||||
sLog.outError("HandleAuraDummy: Not handled rank of IMF (Spell: %u)",GetId());
|
sLog.outError("HandleAuraDummy: Not handled rank of IMF (Spell: %u)",GetId());
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8378"
|
#define REVISION_NR "8379"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue