From 7d10ecf3d159a3d4765b65a1eb1bd11399b0ef37 Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Sun, 23 Sep 2007 03:14:57 +0000 Subject: * map_addflooritem and struct item_drop_list using id's instead of struct map_session_data's (fixes bugreport:36). * Fixed buildin_escape_sql not properly escaping in sql servers. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11279 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/mob.h') diff --git a/src/map/mob.h b/src/map/mob.h index 25a314d75..ec4d58432 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -142,7 +142,7 @@ struct item_drop { }; struct item_drop_list { int m, x, y; // coordinates - struct map_session_data *first_sd, *second_sd, *third_sd; // sd's of players with higher pickup priority + int first_id, second_id, third_id; // id's of players with higher pickup priority struct item_drop* item; // linked list of drops }; -- cgit v1.2.3-60-g2f50