mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
[9269] Second attempt to add missing break for SPELL_EFFECT_SUMMON
(earlier accepted patch by daveh never pushed to master) Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
76748cb75a
commit
a1a0c6edbe
2 changed files with 3 additions and 1 deletions
|
|
@ -4750,6 +4750,8 @@ SpellCastResult Spell::CheckCast(bool strict)
|
|||
return SPELL_FAILED_ALREADY_HAVE_CHARM;
|
||||
}
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
// Not used for summon?
|
||||
case SPELL_EFFECT_SUMMON_PHANTASM:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9268"
|
||||
#define REVISION_NR "9269"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue