View Single Post
  #4  
Old 02-13-2011, 11:39 PM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

I believe they should look like this:

1468: group_id_caster = GetRaid()->GetID();
1480: group_id_caster = owner->GetRaid()->GetID();
1492: group_id_target = spell_target->GetRaid()->GetID();
1504: group_id_target = owner->GetRaid()->GetID();

On second thought, those return raid IDs. That's just how they were in the previous build. What lerxst2112 suggested looks more accurate since it's supposed to be group IDs.
Reply With Quote