Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. DELETE FROM game_event WHERE eventEntry = 84;
  2. INSERT INTO `game_event` (`eventEntry`, `start_time`, `end_time`, `occurence`, `length`, `holiday`, `description`, `world_event`) values
  3. ('84','0000-00-00 00:00:00','0000-00-00 00:00:00','5184000','2592000','0','TwinstarEvent:Sindra','0');
  4. DELETE FROM game_event_creature WHERE eventEntry = 84;
  5. DELETE FROM game_event_gameobject WHERE eventEntry = 84;
  6. INSERT INTO game_event_creature (SELECT 84,guid FROM creature WHERE id BETWEEN 802209 AND 802228);
  7. INSERT INTO game_event_gameobject (SELECT 84,guid FROM gameobject WHERE id BETWEEN 802207 AND 802211);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement