2024-06-01 15:57:23 -05:00

20 lines
401 B
Bash

#!/usr/local/bin/bash
source .worker/lib/utilities.bash
clear
echo ""
echo "Select locale for SQL Schema export"
echo ""
select_locale
php .worker/script/schema2sql.php $locale $char_set item_proto;
php .worker/script/schema2sql.php $locale $char_set mob_proto;
php .worker/script/schema2sql.php $locale $char_set refine_proto;
php .worker/script/schema2sql.php $locale $char_set skill_proto;