mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
[GM Command] Door Manipulation Command Port (#1524)
* Initial commit * Push latest * Update door_manipulation.cpp * More door work * More doors work * Upload notes * Finalize changes * Remove comment * Add missing chat line * Swapped URI parser with something not using deprecated C++ functions
This commit is contained in:
@@ -157,7 +157,7 @@ foreach my $table_to_generate (@tables) {
|
||||
$table_found_in_schema = 0;
|
||||
}
|
||||
|
||||
if ($table_found_in_schema == 0) {
|
||||
if ($table_found_in_schema == 0 && ($requested_table_to_generate eq "" || $requested_table_to_generate eq "all")) {
|
||||
print "Table [$table_to_generate] not found in schema, skipping\n";
|
||||
next;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user