MQ2ItemDisplay - Pushback
Posted: Mon Feb 09, 2004 8:19 pm
Some spells (Bard Mez in peticular) have a negative pushback (pull)... so
~Line 139
old:
new:
Was hard as hell swimming through to figure out why I had range and resist type smashed together. 
~Line 139
old:
Code: Select all
if (pSpell->PushBack > 0.0f) {Code: Select all
if (pSpell->PushBack != 0.0f) {