[11003] Add comment to unknown byte value in spell go packet.

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2011-01-13 11:40:25 +01:00
parent 6a8af38e68
commit 75846d28eb
2 changed files with 2 additions and 2 deletions

View file

@ -3635,7 +3635,7 @@ void Spell::SendSpellGo()
if ( m_targets.m_targetMask & TARGET_FLAG_DEST_LOCATION ) 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); m_caster->SendMessageToSet(&data, true);

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "11002" #define REVISION_NR "11003"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__