solocraft + dynamicxp

This commit is contained in:
mikx
2023-11-05 15:26:19 -05:00
commit 146bd781e2
3402 changed files with 2098316 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE `garr_mission`
CHANGE COLUMN `CriteriaID` `RelationshipData` INT(11) NOT NULL DEFAULT '0' AFTER `EnvGarrMechanicID`;

View File

@@ -0,0 +1,4 @@
-- add missing level boost item data
DELETE FROM `item_sparse` WHERE `ID` = 141410;
INSERT INTO `item_sparse` (`ID`, `AllowableRace`, `Display`, `Display1`, `Display2`, `Display3`, `Description`, `Stackable`, `ItemLevel`, `OverallQualityID`, `RequiredLevel`, `Bonding`) VALUES
(141410, -1, 'Invasion Survival Kit', '', '', '', 'Standard military grade. Contains gold, potions and rations.', 1, 1, 1, 1, 1);