- Fixed some line delimiter issues in script.c

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9196 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
skotlex 2006-11-10 22:47:08 +00:00
parent 3b530a5702
commit 5166b75157
2 changed files with 42 additions and 43 deletions

View File

@ -783,7 +783,6 @@ int pc_authfail(struct map_session_data *sd) {
//Attempts to set a mob.
int pc_set_hate_mob(struct map_session_data *sd, int pos, struct block_list *bl)
{
const char hate_var[3][NAME_LENGTH] = {"PC_HATE_MOB_SUN","PC_HATE_MOB_MOON","PC_HATE_MOB_STAR"};
int class_;
if (!sd || !bl || pos < 0 || pos > 2)
return 0;