Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.16 KB | None | 0 0
  1. /*
  2. #Scipter: "Gnoore"
  3. #Bugdescription: "#808"
  4. #Scriptnumber: ""
  5. #Fixdescription: "Cast's nicht mehr unterbrechbar"
  6. */
  7. UPDATE `creature_template` SET `mechanic_immune_mask`= 2147483647 WHERE `entry`=28923;
  8.  
  9. /*
  10. #Scipter: "Gnoore"
  11. #Bugdescription: "#1063"
  12. #Scriptnumber: ""
  13. #Fixdescription: "2 Spawns für Reservisten (nur 2/4 vorhanden)"
  14. */
  15. INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`) VALUES
  16. (NULL, 16803, 533, 3, 1, 0, 0, 2757.783, -3111.788, 267.685, 3.836, 25, 0, 0, 404430, 0, 0, 0, 0, 0, 0);
  17. INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`) VALUES
  18. (NULL, 16803, 533, 3, 1, 0, 0, 2761.680, -3084.885, 267.655, 1.951, 25, 0, 0, 404430, 0, 0, 0, 0, 0, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement