Jump to content

Fixed [Snakes from Snake trap must have 94 and 96 hp not 9000]


Recommended Posts

Posted

Fixed [snakes from Snake trap must have 94 and 96 hp not 9000]: There is the fix:

File: Pet.cpp

-------------------------------------------------------------------------------------------------------------

UpdateAllStats();

+

+ if(getPetType() == GUARDIAN_PET)

+ switch (GetEntry())

+ {

+ case 19833: //Snake Trap - Venomous Snake

+ SetMaxHealth(94);

+ break;

+ case 19921: //Snake Trap - Viper

+ SetMaxHealth(96);

+ break;

+ }

SetHealth(GetMaxHealth());

SetPower(POWER_MANA, GetMaxPower(POWER_MANA));

--------------------------------------------------------------------------------------------------------------

Enjoy :)

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use