mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 04:37:06 +00:00
[11003] Add comment to unknown byte value in spell go packet.
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
6a8af38e68
commit
75846d28eb
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue