mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-24 03:20:30 +02:00
Bug fixes.
Added stoneskin effect to database. Fixed Rampage not working Fixed bug where abilities didn't equip correctly when leveling up Added a temporary fix for returning while dead Added handling for abilities that don't have an actiontype set, like elusive jump
This commit is contained in:
parent
c5ce2ec771
commit
922fb80f3d
12 changed files with 30 additions and 25 deletions
|
@ -72,6 +72,7 @@ INSERT INTO `server_statuseffects` VALUES (223104,'quelling_strike',1058,2,0);
|
|||
INSERT INTO `server_statuseffects` VALUES (223106,'hawks_eye',50,2,0);
|
||||
INSERT INTO `server_statuseffects` VALUES (223108,'decoy',4130,2,0);
|
||||
INSERT INTO `server_statuseffects` VALUES (223127,'bloodletter',42,2,0);
|
||||
INSERT INTO `server_statuseffects` VALUES (223133,'stoneskin',16402,1,3000);
|
||||
INSERT INTO `server_statuseffects` VALUES (223173,'covered',42,2,0);
|
||||
INSERT INTO `server_statuseffects` VALUES (223180,'regen',50,2,0);
|
||||
INSERT INTO `server_statuseffects` VALUES (223205,'combo',42,2,0);
|
||||
|
@ -124,4 +125,4 @@ commit;
|
|||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2018-04-18 14:54:11
|
||||
-- Dump completed on 2018-05-27 14:40:45
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue