diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 11df7b1b5..6a89c8540 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -3635,7 +3635,7 @@ void Spell::SendSpellGo() if ( m_targets.m_targetMask & TARGET_FLAG_DEST_LOCATION ) { - data << uint8(0); + data << uint8(0); // The value increase for each time, can remind of a cast count for the spell } m_caster->SendMessageToSet(&data, true); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 64ed5c832..a155024ba 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11002" + #define REVISION_NR "11003" #endif // __REVISION_NR_H__