Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- fix quest Fly over (ally and horde side)
- UPDATE `creature_template` SET `ScriptName` = "npc_fly_over_bunny" WHERE `entry` = 44839;
- SET @GUID:= 555555; -- last guid
- DELETE FROM `creature` WHERE `id` = 44839;
- 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
- ('5201621','44839','646','1','1','0','0','267.218','1072.82','60.6327','2.57276','300','0','0','42','0','0','0','0','0');
Advertisement
Add Comment
Please, Sign In to add comment