- 916
- 2015
- 24
- Location
- Barryton Michigan USA
The wrong Garrosh hellscream was spawned in Warsong Hold.
The correct one is 25237
This query will not remove the wrong Garrosh Hellscream from Warsong Hold. I would have included that, But it was my wife that removed the old one, So I no longer have his info.
The correct one is 25237
Code:
DELETE FROM `creature` WHERE `id`=25237;
INSERT INTO `creature` (`guid`, `id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `walkmode`) VALUES (725746, 25237, 571, 3537, 4129, 1, 65535, 0, 25237, 2839.24, 6187.76, 84.6831, 3.89442, 300, 0, 0, 100, 0, 0, 0, 0, 0, 0);
This query will not remove the wrong Garrosh Hellscream from Warsong Hold. I would have included that, But it was my wife that removed the old one, So I no longer have his info.
Last edited: