Skip to content

Commit

Permalink
fixed cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
R4Z0R49 committed Apr 26, 2015
1 parent 7e1f8af commit ea8de2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQL/1.8.5/pCleanup.sql
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ BEGIN
WHERE Object_DATA.Classname = 'Wire_cat1'
AND Object_DATA.CharacterID = Character_DATA.CharacterID
AND Character_DATA.Alive = 0
END//
END;;
DELIMITER ;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
Expand Down

0 comments on commit ea8de2f

Please sign in to comment.