Removal of unused custom_teleports table.
This commit is contained in:
		| @@ -1,12 +0,0 @@ | ||||
| DROP TABLE IF EXISTS `custom_teleport`; | ||||
| CREATE TABLE IF NOT EXISTS `custom_teleport` ( | ||||
|   `Description` varchar(75) DEFAULT NULL, | ||||
|   `id` mediumint(7) unsigned NOT NULL DEFAULT '0', | ||||
|   `loc_x` mediumint(6) DEFAULT NULL, | ||||
|   `loc_y` mediumint(6) DEFAULT NULL, | ||||
|   `loc_z` mediumint(6) DEFAULT NULL, | ||||
|   `price` int(10) unsigned DEFAULT NULL, | ||||
|   `fornoble` tinyint(1) NOT NULL DEFAULT '0', | ||||
|   `itemId` smallint(5) unsigned NOT NULL DEFAULT '57', | ||||
|   PRIMARY KEY (`id`) | ||||
| ) DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | ||||
| @@ -563,9 +563,6 @@ JailDisableTransaction = False | ||||
| # Default: False | ||||
| CustomNpcData = True | ||||
|  | ||||
| # Default: False | ||||
| CustomTeleportTable = True | ||||
|  | ||||
| # Default: False | ||||
| CustomSkillsLoad = True | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment