mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[8621] Missing break.
Not affect anything but code style problem anyway. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
1fdf473bd8
commit
4cc389ff71
2 changed files with 2 additions and 1 deletions
|
|
@ -2858,6 +2858,7 @@ void Spell::EffectEnergize(uint32 i)
|
|||
case 31930: // Judgements of the Wise
|
||||
case 63375: // Improved Stormstrike
|
||||
damage = damage * unitTarget->GetCreateMana() / 100;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8620"
|
||||
#define REVISION_NR "8621"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue