mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[9281] Fixed client ignore spell 1464 and ranks in combat log.
This commit is contained in:
parent
41d8f1a5d4
commit
60f8b3874d
2 changed files with 4 additions and 3 deletions
|
|
@ -1487,8 +1487,9 @@ void Spell::EffectDummy(uint32 i)
|
|||
{
|
||||
if(!unitTarget)
|
||||
return;
|
||||
m_damage+=m_caster->CalculateDamage(m_attackType, false);
|
||||
m_damage+=damage;
|
||||
|
||||
// dummy cast itself ignored by client in logs
|
||||
m_caster->CastCustomSpell(unitTarget,50782,&damage,NULL,NULL,true);
|
||||
return;
|
||||
}
|
||||
// Concussion Blow
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9280"
|
||||
#define REVISION_NR "9281"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue