- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user