Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #5203 from WiggoCaptures/sleep_overwrite
Browse files Browse the repository at this point in the history
Higher Tier Sleep overwrites Lower Tier Sleep
  • Loading branch information
takhlaq committed Aug 19, 2018
2 parents 2efa2e5 + 6f994d3 commit 12388e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/status_effects.sql
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ LOCK TABLES `status_effects` WRITE;
/*!40000 ALTER TABLE `status_effects` DISABLE KEYS */;
INSERT INTO `status_effects` VALUES (0,'ko',0,0,0,0,0,0,0,0);
INSERT INTO `status_effects` VALUES (1,'weakness',8388608,0,0,3,0,0,0,1);
INSERT INTO `status_effects` VALUES (2,'sleep',8388656,2,19,2,193,0,8,1);
INSERT INTO `status_effects` VALUES (2,'sleep',8388656,2,19,1,193,0,8,1);
INSERT INTO `status_effects` VALUES (3,'poison',8405024,0,0,2,0,0,3,1);
INSERT INTO `status_effects` VALUES (4,'paralysis',8405024,0,0,1,0,0,5,1);
INSERT INTO `status_effects` VALUES (5,'blindness',8405024,0,0,1,0,0,8,1);
Expand All @@ -62,7 +62,7 @@ INSERT INTO `status_effects` VALUES (15,'doom',8388640,0,0,2,0,0,8,1);
INSERT INTO `status_effects` VALUES (16,'amnesia',8388640,0,0,2,0,0,1,1);
INSERT INTO `status_effects` VALUES (17,'charm',8388640,0,0,2,0,0,3,0);
INSERT INTO `status_effects` VALUES (18,'gradual_petrification',8388640,7,0,2,0,0,2,1);
INSERT INTO `status_effects` VALUES (19,'sleep',8388656,2,0,2,0,0,8,1);
INSERT INTO `status_effects` VALUES (19,'sleep',8388656,2,0,1,0,0,8,1);
INSERT INTO `status_effects` VALUES (20,'curse',8392736,9,0,2,0,0,8,1);
INSERT INTO `status_effects` VALUES (21,'addle',8405026,0,0,2,0,0,1,1);
INSERT INTO `status_effects` VALUES (22,'intimidate',32,0,0,2,0,0,0,1);
Expand Down

0 comments on commit 12388e1

Please sign in to comment.