mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
fix incorrect totem health
https://www.wowhead.com/tbc/npc=22091/spitfire-totem 70000 > 25000
This commit is contained in:
@@ -70,7 +70,7 @@ public:
|
|||||||
switch (spellInfo->Id)
|
switch (spellInfo->Id)
|
||||||
{
|
{
|
||||||
case 38236: // Caribdis - Spawn Spitfire Totem
|
case 38236: // Caribdis - Spawn Spitfire Totem
|
||||||
spellInfo->Effects[EFFECT_0].BasePoints = 70000;
|
spellInfo->Effects[EFFECT_0].BasePoints = 25000;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user