From 63c4a8322e44abddeb6599b9c4eab0d5c751c4fb Mon Sep 17 00:00:00 2001 From: Shadow Date: Tue, 26 Nov 2013 18:16:20 +0200 Subject: [PATCH] Update Automation.php --- GameEngine/Automation.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/GameEngine/Automation.php b/GameEngine/Automation.php index 564b766b..cef28072 100644 --- a/GameEngine/Automation.php +++ b/GameEngine/Automation.php @@ -2949,9 +2949,6 @@ $wallimg = "query($q); $q = "DELETE FROM ".TB_PREFIX."raidlist where towref = $wref"; $database->query($q); - $q = "DELETE FROM ".TB_PREFIX."ndata WHERE toWref=$wref"; - $database->query($q); - $q = "DELETE FROM ".TB_PREFIX."movement where proc = 0 AND ((`from` = $wref AND `to` = $wref) OR (`from` = $wref AND sort_type=3))"; $database->query($q);