mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 01:37:05 +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 )
|
||||
{
|
||||
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue