mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 10:37:01 +00:00
[11465] non-ObjectGuid guids in random places.
Only ChannelMgr code wide use uint64 guids now, and Map object stores.
This commit is contained in:
parent
a925db80fa
commit
ef6a48fe03
44 changed files with 219 additions and 215 deletions
|
|
@ -1839,7 +1839,7 @@ void Aura::TriggerSpell()
|
|||
}
|
||||
case 53563: // Beacon of Light
|
||||
// original caster must be target (beacon)
|
||||
target->CastSpell(target, trigger_spell_id, true, NULL, this, target->GetGUID());
|
||||
target->CastSpell(target, trigger_spell_id, true, NULL, this, target->GetObjectGuid());
|
||||
return;
|
||||
case 56654: // Rapid Recuperation (triggered energize have baspioints == 0)
|
||||
case 58882:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue