mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-24 11:28:22 +02:00
initial navmesh stuff
This commit is contained in:
parent
44a76c94af
commit
d72a2af641
19 changed files with 831 additions and 33 deletions
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue