solocraft + dynamicxp
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `garr_mission`
|
||||
CHANGE COLUMN `CriteriaID` `RelationshipData` INT(11) NOT NULL DEFAULT '0' AFTER `EnvGarrMechanicID`;
|
||||
4
sql/updates/hotfix/0002_battlepay_rework.sql
Normal file
4
sql/updates/hotfix/0002_battlepay_rework.sql
Normal 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);
|
||||
Reference in New Issue
Block a user