What's new

VIP - Version 18 | Cataclysm 4.3.4 Repack Blizzlike Version - Razorfen Downs > Belnistraszs Brazier & Glutton - Spawn Fix

Stiga

Gold Supporter
Veteran Member
69
2020
125
Location
France
Two missing spawns from Razorfen Downs


SQL:
-- https://www.wowhead.com/classic/npc=8567/glutton
SELECT MAX(guid)+1 into @var FROM creature;
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`, `saiscriptflag`) VALUES (@var, 8567, 129, 722, 722, 1, 1, 0, 0, 2358.74, 1032.85, 25.0587, 0.735748, 604800, 0, 0, 46200, 0, 0, 0, 0, 0, 0, 0);

-- https://www.wowhead.com/classic/object=152097/belnistraszs-brazier
SELECT MAX(guid)+1 into @var FROM gameobject;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES (@var, 152097, 129, 722, 722, 1, 1, 2576.93, 949.434, 52.9206, 1.43676, 0, 0, 0.658167, 0.752872, 300, 0, 1);
 
  • Like
Reactions: ExO
Top