From 85ac3b03b9e642bc322109ea8c176c43192eb4bd Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 27 Jun 2013 16:23:30 -0300 Subject: Fixed Bug #7444 Special Thanks to shenhuyong, Haruna. http://hercules.ws/board/tracker/issue-7444-partymembercount-gone-missing-when-reloaditemdb-is-executed/ Signed-off-by: shennetsind --- src/map/script.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/map/script.c b/src/map/script.c index bbae42c6f..8b9b87322 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -1968,7 +1968,6 @@ void script_set_constant2(const char *name, int value, bool isparameter) { int n = add_str(name); if( script->str_data[n].type != C_NOP ) { - script->str_data[n].next = 0; script->str_data[n].func = NULL; script->str_data[n].backpatch = -1; script->str_data[n].label = -1; -- cgit v1.2.3-70-g09d2