mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
initial navmesh stuff
This commit is contained in:
@@ -8,6 +8,7 @@ Date: 6/19/2017 10:23:48 PM
|
||||
*/
|
||||
|
||||
SET FOREIGN_KEY_CHECKS=0;
|
||||
SET autocommit=0;
|
||||
-- ----------------------------
|
||||
-- Table structure for gamedata_actor_class
|
||||
-- ----------------------------
|
||||
@@ -8007,3 +8008,5 @@ INSERT INTO `gamedata_actor_class` VALUES ('9220405', '', '2', '0', null);
|
||||
INSERT INTO `gamedata_actor_class` VALUES ('9220406', '', '2', '0', null);
|
||||
INSERT INTO `gamedata_actor_class` VALUES ('9220407', '', '2', '0', null);
|
||||
INSERT INTO `gamedata_actor_class` VALUES ('9220408', '', '2', '0', null);
|
||||
|
||||
COMMIT;
|
@@ -6,6 +6,7 @@ Target Host: localhost
|
||||
Target Database: ffxiv_server
|
||||
Date: 6/19/2017 10:24:01 PM
|
||||
*/
|
||||
DROP TABLE IF EXISTS `server_spawn_locations`;
|
||||
|
||||
SET FOREIGN_KEY_CHECKS=0;
|
||||
-- ----------------------------
|
||||
|
Reference in New Issue
Block a user