- 916
- 2015
- 24
- Location
- Barryton Michigan USA
This adjusts the overall Hp of the boats, Because the spell damage is extremely low.
Code:
-- 48286 Wellson Supply Boat
-- 48283 Wellson Cannon
UPDATE `creature` SET `spawndist`='0', `curhealth`='50', `MovementType`='0' WHERE `id`=48286;
UPDATE `creature_template` SET `MovementType` = 0, `InhabitType` = '4', `Health_mod` = 0.002 WHERE `entry` = 48286;