mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Fix Varimathras equipment error, remove test item causing SQL failure
This commit is contained in:
@@ -7264,9 +7264,6 @@ UPDATE `item_template` SET `BuyPrice` = 657, `stat_type1` = 4, `stat_value1` = 2
|
||||
/* Foreman Pants */
|
||||
UPDATE `item_template` SET `BuyPrice` = 597, `stat_type1` = 4, `stat_type2` = 7, `stat_value2` = 1, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10554;
|
||||
|
||||
/* Resist Test Item */
|
||||
UPDATE `item_template` SET `armor` = -50, `holy_res` = -50, `fire_res` = -50, `nature_res` = -50, `frost_res` = -50, `shadow_res` = -50 WHERE entry=10555;
|
||||
|
||||
/* Quillshooter */
|
||||
UPDATE `item_template` SET `dmg_min1` = 31.0, `dmg_max1` = 58.0 WHERE entry=10567;
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionTex
|
||||
(2849, 11, 0, 'A profession trainer', 6635, 1, 1, 2847, 0, 0, 0, NULL, 0, 0);
|
||||
|
||||
/* Restore Varimathras */
|
||||
UPDATE `creature` SET `id1`=2425 WHERE `id1`=36273;
|
||||
UPDATE `creature` SET `id1`=2425, `equipment_id`=0 WHERE `id1`=36273;
|
||||
|
||||
/* Wrathgate NPCs - just deleting for now, but maybe can implement a post-Wrathgate world state later */
|
||||
DELETE FROM `creature` WHERE `guid` IN (43466, 79263);
|
||||
|
||||
Reference in New Issue
Block a user