Core/DB: Fixed errors when importing a new DB

This commit is contained in:
hondacrx
2018-03-02 19:12:13 -05:00
parent 184115bf32
commit c5a041b6ed
5 changed files with 32 additions and 30 deletions
@@ -313,4 +313,4 @@ ALTER TABLE `world_map_area` MODIFY `Flags` int(10) UNSIGNED NOT NULL DEFAULT '0
--
-- Table structure for table `world_map_transforms`
--
ALTER TABLE `world_map_transforms` ADD `Priority` int(11) NOT NULL DEFAULT '0' AFTER `Flags`;
ALTER TABLE `world_map_transforms` ADD `Priority` int(11) NOT NULL DEFAULT '0' AFTER `Flags`;