Dynamic creation of the SQL structure
diff --git a/js/utils.js b/js/utils.js
index 2c7c48d..cc6e2a6 100644
--- a/js/utils.js
+++ b/js/utils.js
@@ -60,7 +60,7 @@
 			// Check if there has been a change of victim					
 			if (info.quimata != user.quimata) {
 				if (!user.mort) change_victim(info);
-				// else window.location.href = "./dead.php";
+				else window.location.href = "./dead.php";
 				user.quimata = info.quimata;
 			}