ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/spell_attack.C
(Generate patch)

Comparing deliantra/server/server/spell_attack.C (file contents):
Revision 1.85 by root, Tue Sep 1 22:40:26 2009 UTC vs.
Revision 1.86 by root, Thu Sep 10 14:57:36 2009 UTC

1914 ); 1914 );
1915 1915
1916 if (dir) 1916 if (dir)
1917 m->insert (tmp, x, y, op); 1917 m->insert (tmp, x, y, op);
1918 else 1918 else
1919 caster->outer_env ()->insert (tmp); 1919 caster->outer_env_or_self ()->insert (tmp);
1920 1920
1921 return 1; 1921 return 1;
1922} 1922}
1923 1923
1924/* cast_cause_disease: this spell looks along <dir> from the 1924/* cast_cause_disease: this spell looks along <dir> from the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines