mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 22:44:36 +02:00
moved battlenpc loading to db (still doesnt load for some reason)
This commit is contained in:
parent
68a2d5f0b9
commit
2bfaf376ef
18 changed files with 107 additions and 73 deletions
|
@ -20,7 +20,7 @@ CREATE TABLE `server_battlenpc_groups` (
|
|||
`actorClassId` int(10) unsigned NOT NULL,
|
||||
`minLevel` tinyint(3) unsigned NOT NULL DEFAULT '1',
|
||||
`maxLevel` tinyint(3) unsigned NOT NULL DEFAULT '1',
|
||||
`respawnTime` int(10) unisgned NOT NULL DEFAULT '10',
|
||||
`respawnTime` int(10) unsigned NOT NULL DEFAULT '10',
|
||||
`hp` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`mp` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`skillListId` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue