Guest User

event

a guest
Jul 19th, 2024
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 7.25 KB | None | 0 0
  1. REPLACE INTO `game_event` (`eventEntry`, `description` ) VALUES
  2. (99,"no event");
  3. REPLACE INTO `game_event` (`eventEntry`, `description` ) VALUES
  4. (100,"Arena Season 0");
  5. REPLACE INTO `game_event` (`eventEntry`, `description` ) VALUES
  6. (101,"Arena Season 1");
  7. REPLACE INTO `game_event` (`eventEntry`, `description` ) VALUES
  8. (102,"Arena Season 2");
  9. REPLACE INTO `game_event` (`eventEntry`, `description` ) VALUES
  10. (103,"Arena Season 3");
  11.  
  12. REPLACE INTO `game_event_arena_seasons` (`eventEntry`, `season` ) VALUES
  13. (100,0);
  14. REPLACE INTO `game_event_arena_seasons` (`eventEntry`, `season` ) VALUES
  15. (101,1);
  16. REPLACE INTO `game_event_arena_seasons` (`eventEntry`, `season` ) VALUES
  17. (102,2);
  18. REPLACE INTO `game_event_arena_seasons` (`eventEntry`, `season` ) VALUES
  19. (103,3);
  20.  
  21. -- Horde
  22. -- https://www.wowhead.com/wotlk/ru/npc=15350
  23. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  24. (99, 16472);
  25. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  26. (99, 26901);
  27. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  28. (99, 32075);
  29. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  30. (99, 119054);
  31. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  32. (99, 131839);
  33. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  34. (99, 202720);
  35. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  36. (99, 6505);
  37. -- arena orgrimmar
  38. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  39. (99, 137651);
  40. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  41. (99, 137652);
  42. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  43. (99, 4762);
  44. -- arena Thunder bluff .go xyz -1277.308594 118.811172 131.153946 1
  45. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  46. (99, 24709);
  47. -- arena undercity
  48. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  49. (99, 32069);
  50. -- arena silvermoon
  51. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  52. (99, 71029);
  53.  
  54. -- Alliance
  55. -- https://www.wowhead.com/wotlk/ru/npc=15351
  56. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  57. (99, 12548);
  58. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  59. (99, 14740);
  60. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  61. (99, 40534);
  62. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  63. (99, 49852);
  64. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  65. (99, 86263);
  66. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  67. (99, 88247);
  68. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  69. (99, 202732);
  70. -- arena Stormwind
  71. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  72. (99, 68938);
  73. -- arena ironforge
  74. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  75. (99, 81);
  76. -- arena exodar
  77. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  78. (99, 84407);
  79. -- arena darnas
  80. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  81. (99, 46187);
  82. -- arena tanaris
  83. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  84. (99, 23280);
  85. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  86. (99, 23278);
  87. -- arena shattr
  88. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  89. (99, 74453);
  90. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  91. (99, 12967);
  92. -- arena shattr .go xyz 2886 5989 3 530
  93. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  94. (99, 70997);
  95. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  96. (99, 70995);
  97. -- arena shattr nagrand
  98. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  99. (99, 65846);
  100. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  101. (99, 67871);
  102. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  103. (99, 67864);
  104. -- arena dalaran
  105. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  106. (99, 107612);
  107. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  108. (99, 102603);
  109. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  110. (99, 104242);
  111. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  112. (99, 102693);
  113. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  114. (99, 102673);
  115. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  116. (99, 102516);
  117. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  118. (99, 104358);
  119.  
  120. -- Tanaris npc vendor
  121. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  122. (99, 88155);
  123. DELETE FROM `game_event_creature` WHERE (`eventEntry`=60 AND `guid`=88155);
  124.  
  125. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  126. (99, 88158);
  127. DELETE FROM `game_event_creature` WHERE (`eventEntry`=60 AND `guid`=88158);
  128.  
  129. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  130. (99, 88159);
  131. DELETE FROM `game_event_creature` WHERE (`eventEntry`=60 AND `guid`=88159);
  132.  
  133. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  134. (99, 88160);
  135. DELETE FROM `game_event_creature` WHERE (`eventEntry`=60 AND `guid`=88160);
  136.  
  137. -- area52 npc vendor  .tele area52
  138. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  139. (99, 202336);
  140. DELETE FROM `game_event_creature` WHERE (`eventEntry`=60 AND `guid`=202336);
  141.  
  142. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  143. (99, 17676);
  144. DELETE FROM `game_event_creature` WHERE (`eventEntry`=60 AND `guid`=17676);
  145.  
  146. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  147. (99, 91798);
  148. DELETE FROM `game_event_creature` WHERE (`eventEntry`=60 AND `guid`=91798);
  149.  
  150. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  151. (99, 202335);
  152. DELETE FROM `game_event_creature` WHERE (`eventEntry`=60 AND `guid`=202335);
  153.  
  154. ---- Other
  155.  
  156. -- https://www.wowhead.com/wotlk/npc=21045
  157. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  158. (99, 563);
  159.  
  160. -- https://www.wowhead.com/wotlk/npc=21045
  161. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  162. (99, 564);
  163.  
  164. -- https://www.wowhead.com/wotlk/npc=17249
  165. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  166. (99, 565);
  167.  
  168. -- https://www.wowhead.com/wotlk/npc=2943
  169. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  170. (99, 1791);
  171.  
  172. -- https://www.wowhead.com/wotlk/npc=15186
  173. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  174. (99, 1792);
  175.  
  176. -- https://www.wowhead.com/wotlk/npc=7951
  177. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  178. (99, 6492);
  179.  
  180. -- https://www.wowhead.com/wotlk/npc=15186
  181. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  182. (99, 6493);
  183.  
  184. -- https://www.wowhead.com/wotlk/npc=16076
  185. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  186. (99, 6497);
  187.  
  188. -- https://www.wowhead.com/wotlk/npc=16069
  189. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  190. (99, 6498);
  191.  
  192. -- https://www.wowhead.com/wotlk/npc=16070
  193. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  194. (99, 62786);
  195.  
  196. -- https://www.wowhead.com/wotlk/npc=16069
  197. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  198. (99, 62787);
  199.  
  200. -- https://www.wowhead.com/wotlk/npc=29093
  201. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  202. (99, 120784);
  203.  
  204. -- https://www.wowhead.com/wotlk/npc=30885 (dalaran )
  205. REPLACE INTO `game_event_creature` (`eventEntry`,`guid` ) VALUES
  206. (99, 111373);
  207.  
Advertisement
Add Comment
Please, Sign In to add comment