Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
@@ -1700,7 +1700,6 @@ int chrif_bsdata_received(int fd) {
}
if ((count = RFIFOB(fd,8))) {
- struct s_bonus_script *list = NULL;
uint8 i = 0;
//ShowInfo("Loaded %d bonus script for CID=%d\n", count, sd->status.char_id);
@@ -11045,7 +11045,6 @@ void pc_show_version(struct map_session_data *sd) {
* @author [Cydh]
**/
void pc_bonus_script(struct map_session_data *sd) {
- uint8 i = 0;
int now = gettick();
struct linkdb_node *node = NULL, *next = NULL;