[8379] Fixed typos in spell 48384 and rabks code.

This commit is contained in:
Revils 2009-08-17 05:47:15 +04:00 committed by VladimirMangos
parent a24f39a36f
commit 3ca16beace
2 changed files with 4 additions and 4 deletions

View file

@ -2488,9 +2488,9 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
uint32 spell_id;
switch(GetId())
{
case 48384: spell_id = 50170; //Rank 1
case 48395: spell_id = 50171; //Rank 2
case 48396: spell_id = 50172; //Rank 3
case 48384: spell_id = 50170; break; //Rank 1
case 48395: spell_id = 50171; break; //Rank 2
case 48396: spell_id = 50172; break; //Rank 3
default:
sLog.outError("HandleAuraDummy: Not handled rank of IMF (Spell: %u)",GetId());
return;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8378"
#define REVISION_NR "8379"
#endif // __REVISION_NR_H__