From 757e0fcc8efc628485b4ddf0ae63d78ba1d84250 Mon Sep 17 00:00:00 2001 From: novgorodschi catalin Date: Mon, 29 Jun 2026 07:48:24 +0300 Subject: [PATCH] Fix #292 gold club addraid/edit raid Fix gold club -> add raid and edit raid duplicate --- Templates/goldClub/farmlist_addraid.tpl | 11 +++++++++-- Templates/goldClub/farmlist_editraid.tpl | 11 +++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/Templates/goldClub/farmlist_addraid.tpl b/Templates/goldClub/farmlist_addraid.tpl index aa49019e..edae3e5a 100644 --- a/Templates/goldClub/farmlist_addraid.tpl +++ b/Templates/goldClub/farmlist_addraid.tpl @@ -209,13 +209,20 @@ if ($action === 'addSlot' && $lid) { wid; + AND movement.from = ".$village->wid." + GROUP BY movement.to + ORDER BY last_endtime ASC"; $arraywref = $database->query_return($getwref);