Skip to content

Commit ea8de2f

Browse files
committed
fixed cleanup
1 parent 7e1f8af commit ea8de2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQL/1.8.5/pCleanup.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ BEGIN
9090
WHERE Object_DATA.Classname = 'Wire_cat1'
9191
AND Object_DATA.CharacterID = Character_DATA.CharacterID
9292
AND Character_DATA.Alive = 0
93-
END//
93+
END;;
9494
DELIMITER ;
9595
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
9696
/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;

0 commit comments

Comments
 (0)