spell_x,spell_y, spell_z converted to m_SpellLocation, xyz_location

This commit is contained in:
Arthur Ice
2014-11-25 21:06:13 -08:00
parent 096cbaf1bb
commit 5115a29bb7
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -350,7 +350,7 @@ bool Mob::DoCastSpell(uint16 spell_id, uint16 target_id, uint16 slot,
casting_spell_type = type;
SaveSpellLoc();
mlog(SPELLS__CASTING, "Casting %d Started at (%.3f,%.3f,%.3f)", spell_id, spell_x, spell_y, spell_z);
mlog(SPELLS__CASTING, "Casting %d Started at (%.3f,%.3f,%.3f)", spell_id, m_SpellLocation.m_X, m_SpellLocation.m_Y, m_SpellLocation.m_Z);
// if this spell doesn't require a target, or if it's an optional target
// and a target wasn't provided, then it's us; unless TGB is on and this