image

Cathedral 'rewamp'

Dec 30th, 2011
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.32 KB | None | 0 0
  1. -- DELETE CHAIRS
  2. DELETE FROM `gameobject` WHERE `guid` IN ('14025', '32159', '32162', '32163', '32164', '32165', '32182', '32183', '32184', '32185', '32186', '32187', '6668', '29588', '32161', '32166', '32167', '32168', '32181', '32194', '32189', '32190', '32191', '32192', '32169', '32170', '32171', '32172', '32173', '32174', '32195', '32196', '32197', '32198', '32199', '32200', '32175', '32176', '32177', '32178', '32179', '32180', '32201', '32202', '32203', '32204', '32205', '32206');
  3. -- RESTORE NPCS TO ORIGINAL PLACE
  4. UPDATE `creature` SET `position_x`='-8512', `position_y`='862.364', `position_z`='109.927', `orientation`='3.822' WHERE `guid`='38769';
  5. UPDATE `creature` SET `position_x`='-8529', `position_y`='855.316', `position_z`='106.518', `orientation`='3.886' WHERE `guid`='38777';
  6. UPDATE `creature` SET `position_x`='-8523', `position_y`='848.783', `position_z`='106.702', `orientation`='3.718' WHERE `guid`='38774';
  7. UPDATE `creature` SET `position_x`='-8511', `position_y`='860.464', `position_z`='109.839', `orientation`='3.799' WHERE `guid`='38768';
  8. UPDATE `creature` SET `position_x`='-8519', `position_y`='863.419', `position_z`='109.826', `orientation`='5.185' WHERE `guid`='38772';
  9. UPDATE `creature` SET `position_x`='-8516.45', `position_y`='863.715', `position_z`='109.836', `orientation`='4.37382' WHERE `guid`='38771';
Advertisement
Add Comment
Please, Sign In to add comment