- 916
- 2015
- 24
- Location
- Barryton Michigan USA
Sludge fields Hillsbrad.
Citizen wilkes does not appear where he should be according to the database. However spawning him again makes him show up, But not in phase 1, it's 65535 that i spawned the working one.
I do not know why this works. And the original one won't show up. Unless it's a phasing issue.
Citizen wilkes does not appear where he should be according to the database. However spawning him again makes him show up, But not in phase 1, it's 65535 that i spawned the working one.
Code:
REPLACE 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 (694957, 47791, 0, 267, 286, 1, 65535, 0, 0, -617.108, -46.3238, 46.096, 5.87995, 300, 0, 0, 968, 0, 0, 0, 0, 0, 0);
I do not know why this works. And the original one won't show up. Unless it's a phasing issue.