mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 22:44:36 +02:00
More bug fixes
Fixed loading status effects on login Fixed barrage issues Added untraited version of Protect Added sanguine rite
This commit is contained in:
parent
a7e59fa7e4
commit
8de606051a
14 changed files with 99 additions and 43 deletions
|
@ -24,9 +24,9 @@ DROP TABLE IF EXISTS `characters_statuseffect`;
|
|||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `characters_statuseffect` (
|
||||
`characterId` int(10) unsigned NOT NULL,
|
||||
`statusId` mediumint(8) unsigned NOT NULL,
|
||||
`statusId` smallint(5) unsigned NOT NULL,
|
||||
`magnitude` bigint(20) unsigned NOT NULL,
|
||||
`duration` int(10) unsigned NOT NULL,
|
||||
`endTime` int(10) unsigned NOT NULL,
|
||||
`tick` int(10) unsigned NOT NULL,
|
||||
`tier` tinyint(3) unsigned NOT NULL,
|
||||
`extra` bigint(20) unsigned NOT NULL,
|
||||
|
@ -52,4 +52,4 @@ UNLOCK TABLES;
|
|||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2018-02-15 0:04:42
|
||||
-- Dump completed on 2018-05-27 16:12:00
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue