- Corrected SC_INTRAVISION not starting.

- Small cleanups (line terminators, indenting)
- Fixed crash when attempting to read a Label as a string on a script (thanks to End of Exam)
- Fixed possible crash when changing a chat-room's owner (thanks to End of Exam)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8639 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
skotlex
2006-09-05 19:49:38 +00:00
parent d0563b1951
commit 4e9c745bdf
9 changed files with 58 additions and 53 deletions

View File

@@ -35,7 +35,7 @@ struct script_data {
int num;
char *str;
} u;
struct linkdb_node** ref; // リファレンス
struct linkdb_node** ref;
};
// Moved defsp from script_state to script_stack since