mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Fix several IDs in resistance values
This commit is contained in:
@@ -992,7 +992,7 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School
|
|||||||
|
|
||||||
|
|
||||||
/* Rookery Whelp */
|
/* Rookery Whelp */
|
||||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (171 , 160015, 2);
|
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (171 , 10161, 2);
|
||||||
|
|
||||||
|
|
||||||
/* Venture Co. Cutter */
|
/* Venture Co. Cutter */
|
||||||
@@ -4002,11 +4002,11 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School
|
|||||||
|
|
||||||
|
|
||||||
/* High Priest Thekal */
|
/* High Priest Thekal */
|
||||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14599, 2);
|
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14509, 2);
|
||||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14599, 3);
|
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14509, 3);
|
||||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14599, 4);
|
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14509, 4);
|
||||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14599, 5);
|
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14509, 5);
|
||||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14599, 6);
|
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14509, 6);
|
||||||
|
|
||||||
|
|
||||||
/* Brain Wash Totem */
|
/* Brain Wash Totem */
|
||||||
@@ -5047,14 +5047,6 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School
|
|||||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (175 , 15743, 6);
|
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (175 , 15743, 6);
|
||||||
|
|
||||||
|
|
||||||
/* High Overlord Saurfang */
|
|
||||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 987000, 2);
|
|
||||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 987000, 3);
|
|
||||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 987000, 4);
|
|
||||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 987000, 5);
|
|
||||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 987000, 6);
|
|
||||||
|
|
||||||
|
|
||||||
/* Magma Lord Bokk */
|
/* Magma Lord Bokk */
|
||||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16043, 3);
|
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16043, 3);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user