about @aura

This is the location where to put the code

Index: map/atcommand.c
All lines with "-" at the beginning, remove
All lines with "+" at the beginning, add
 
Example :
Code:
-	return 0;
Code:
+	return 1;
Means : remove return 0 and add return 1. This is for manual patch only

 
Last edited by a moderator:
Back
Top