Advertisement
Guest User

Untitled

a guest
May 29th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 1.53 KB | None | 0 0
  1. UPDATE `creature` SET `MovementType`='2' WHERE (`guid`='12456');
  2.  
  3. DELETE FROM `creature_linking` WHERE (`guid`='12443');
  4. DELETE FROM `creature_linking` WHERE (`guid`='12444');
  5.  
  6. INSERT INTO `creature_linking` (`guid`, `master_guid`, `flag`) VALUES ('12443', '12456', '512');
  7. INSERT INTO `creature_linking` (`guid`, `master_guid`, `flag`) VALUES ('12444', '12456', '512');
  8.  
  9. INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `orientation`) VALUES ('12444', '1', '185,448471', '-2.950750 ', '-2.428880', '10000', '3.1442');
  10. INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `orientation`) VALUES ('12444', '2', '107,467308', '-2.950750 ', '-2.428880', '10000', '3.1442');
  11. INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `orientation`) VALUES ('12444', '3', '58.308220', '-2.950750 ', '-2.428880', '10000', '3.1442');
  12. INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `orientation`) VALUES ('12444', '4', '107,467308', '-2.950750 ', '-2.428880', '10000', '0');
  13. INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `orientation`) VALUES ('12444', '5', '185,448471', '-2.950750 ', '-2.428880', '10000', '0');
  14. INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `orientation`) VALUES ('12444', '6', '271,010803', '-2.950750 ', '-2.428880', '10000', '0');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement