Advertisement
NeonixHD

Petite correction Geist

Feb 27th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. DELETE FROM `creature_formations` WHERE memberGUID = 201632;
  2. DELETE FROM `creature_formations` WHERE memberGUID = 201376;
  3. DELETE FROM `creature_formations` WHERE memberGUID = 201283;
  4. DELETE FROM `creature_formations` WHERE memberGUID = 201435;
  5. DELETE FROM `creature_formations` WHERE memberGUID = 201521;
  6. DELETE FROM `creature_formations` WHERE memberGUID = 201424;
  7. DELETE FROM `creature_formations` WHERE memberGUID = 201472;
  8. INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES (201632, 201632, 0, 0, 2, 0, 0);
  9. INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES (201632, 201376, 5, 180, 2, 0, 0);
  10. INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES (201632, 201283, 5, 90, 2, 0, 0);
  11. INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES (201632, 201435, 5, 360, 2, 0, 0);
  12. INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES (201632, 201521, 5, 270, 2, 0, 0);
  13. INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES (201632, 201424, 5, 45, 2, 0, 0);
  14. INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES (201632, 201472, 5, 310, 2, 0, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement