DrLecter %!s(int64=14) %!d(string=hai) anos
pai
achega
a66a4586e5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      L2J_DataPack_BETA/tools/database_installer.sh

+ 1 - 1
L2J_DataPack_BETA/tools/database_installer.sh

@@ -408,7 +408,7 @@ done
 # MOD: Wedding.
 	echo -ne "Install "Wedding Mod" tables? (y/N): "
 	read modprompt
-	if [ "$modprompt" == "y" -o "$LSB" == "y" ]; then
+	if [ "$modprompt" == "y" -o "$modprompt" == "Y" ]; then
 		for mod in $(ls ../sql/server/mods/*.sql);do
 			echo "Installing custom mod table : $mod"
 			$MYG < $mod