mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
missing DELETE before INSERT
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
-- Nothing but the Truth, should require deepstrider tumor(6082)
|
-- Nothing but the Truth, should require deepstrider tumor(6082)
|
||||||
|
DELETE FROM `item_dbc` WHERE `ID` = 6082;
|
||||||
INSERT INTO `item_dbc` (`ID`, `ClassID`, `SubclassID`, `Sound_Override_Subclassid`, `Material`, `DisplayInfoID`, `InventoryType`, `SheatheType`) VALUES
|
INSERT INTO `item_dbc` (`ID`, `ClassID`, `SubclassID`, `Sound_Override_Subclassid`, `Material`, `DisplayInfoID`, `InventoryType`, `SheatheType`) VALUES
|
||||||
(6082, 12, 0, -1, -1, 9734, 0, 0);
|
(6082, 12, 0, -1, -1, 9734, 0, 0);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user