Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- fix script for Support quest Don't Stop Moving.
- UPDATE `creature_template` SET `ScriptName` = "npc_terrath_the_steady" WHERE `entry` = 42466;
- UPDATE `creature_template` SET `minlevel` = 83, `maxlevel` = 83, `exp` = 3, `ScriptName` = "npc_opalescent_guardian" WHERE `entry` = 43591;
- UPDATE `creature_template` SET `minlevel` = 83, `maxlevel` = 83, `Health_mod` = 100 WHERE `entry` = 43586;
- SET @GUID:= 5200000; --last guid
- DELETE FROM `creature` WHERE `id` = 43586;
- INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`) VALUES
- (@GUID,'43586','646','1','1','0','0','2327.48','470.661','165.327','2.10402','300','0','0','420','0','0','0','0','0');
Advertisement
Add Comment
Please, Sign In to add comment