Guest User

Untitled

a guest
Jan 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. REPLACE INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`)
  2. VALUES ('410002', '207673', '644', '1', '1', '-505.5061', '193.4152', '61.29835', '3.141593', '0', '0', '-1', '0', '300', '255', '1');
  3. REPLACE INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`)
  4. VALUES ('410003', '207674', '644', '1', '1', '-410.1958', '193.4152', '67.21097', '0', '0.7071066', '0', '-0.7071066', '0', '300', '255', '1');
  5. REPLACE INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`)
  6. VALUES ('410004', '207725', '644', '1', '1', '-640.6087', '304.6287', '53.22352', '3.141593', '0', '0', '-1', '0', '300', '255', '1');
  7. UPDATE `gameobject_template` SET `flags` = 40 WHERE `entry` = 207673;
  8. UPDATE `gameobject_template` SET `flags` = 40 WHERE `entry` = 207674;
  9. UPDATE `gameobject_template` SET `flags` = 40 WHERE `entry` = 207725;
Add Comment
Please, Sign In to add comment