Advertisement
blackswann

Untitled

Feb 27th, 2018
547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.69 KB | None | 0 0
  1. Revision: 06f32383820e9bcbd978aba712c175af9d119858
  2. Author: Jason Townsend <jason.townsend@inbox.com>
  3. Date: 26/02/2018 07:52:26
  4. Message:
  5. Merge branch '3.3.5' of https://github.com/TrinityCore/TrinityCore into 3.3.5
  6.  
  7.  
  8. Revision: 71b5ed6832ac4162754ec50f53cd76305f8a187a
  9. Author: Treeston <treeston.mmoc@gmail.com>
  10. Date: 25/02/2018 23:10:21
  11. Message:
  12. Core/Threat: Fix taunt logic relying on unspecified behavior by unordered boost heap iterators. Use ordered iterators instead, this is cheap for our use case anyway. This will make taunt behave consistently again.
  13.  
  14. Closes #21499.
  15.  
  16. Revision: acdf7be800ec937c2334caf629d3376037d4b863
  17. Author: Killyana <morphone1@gmail.com>
  18. Date: 25/02/2018 00:32:29
  19. Message:
  20. DB/GameObject: Make spawned Bountiful Feast not selectable
  21.  
  22. Closes #20957
  23.  
  24. Revision: 34967e9c32b2c7e871bb93f41609a3b08ad92931
  25. Author: ariel- <ariel-@users.noreply.github.com>
  26. Date: 24/02/2018 23:57:55
  27. Message:
  28. Core/GameObject: implemented gameobject_overrides table to change faction and flags values on a per-spawn basis
  29.  
  30. Updates #20957
  31. Closes #20958
  32.  
  33. Revision: 02739c2cbb1c6956e26a21120ddef42d017923c2
  34. Author: ariel- <ariel-@users.noreply.github.com>
  35. Date: 24/02/2018 22:33:46
  36. Message:
  37. Core/GameObject: kill uninitialized, unused field from GameObjectTemplateAddon struct
  38.  
  39.  
  40. Revision: 8f66695ac008f1889a6f595d5b333cb61c802ad1
  41. Author: TecDian <TecDian@users.noreply.github.com>
  42. Date: 24/02/2018 20:54:19
  43. Message:
  44. DB/Gossip: Midsummer Fire Festival - Fix wrong gossip option conditions
  45.  
  46. Closes #21495
  47.  
  48. Revision: e8094badf7fe42ba2d22198a1053585d6455cf50
  49. Author: Killyana <morphone1@gmail.com>
  50. Date: 24/02/2018 20:25:05
  51. Message:
  52. DB/Conditions: Flaming spear could be casted only if the player is in taxi
  53.  
  54. Ref #15560
  55.  
  56. Revision: 98d6258efdc07b53808ba6177e5427c65163bc0d
  57. Author: ariel- <ariel-@users.noreply.github.com>
  58. Date: 24/02/2018 18:52:09
  59. Message:
  60. Core/Entities: kill unused return value from Unit::HandleSpellClick
  61.  
  62. - AI hook will now receive the result by copy, as modifying it had no effect
  63. - Some renaming: result->spellClickHandled, clickPair is actually clickBounds, the clickPair is the pair <creatureID, SpellClickInfo>
  64.  
  65. Revision: bb04fbcbe85bb9f6f6c5262e9d39cf3f02a57127
  66. Author: Treeston <treeston.mmoc@gmail.com>
  67. Date: 24/02/2018 18:46:27
  68. Message:
  69. Core/Log: Clean up some log output to include spawnId instead of lowguid.
  70.  
  71.  
  72. Revision: e24282d41f8dddb8de840cc82d66c44eb0c7b1c8
  73. Author: Killyana <morphone1@gmail.com>
  74. Date: 24/02/2018 18:12:23
  75. Message:
  76. DB: Fix DB errors related to the respawn action
  77.  
  78. Action 70 will be used only for gobs and requires always an action_param1=respawntime (the time which the gob will remain spawned)
  79. Action 133 will be used for Npcs and in some cases for gobs if they must remain spawned for ever (this action uses always target_type=1 and action_param1=0/1 (npc/gob) and action_param2= guid of the unit
  80.  
  81. Closes #21494
  82.  
  83. Revision: 19cb62c0bf442bd402428a8cb775225896cd5c06
  84. Author: Keader <keader.android@gmail.com>
  85. Date: 24/02/2018 14:34:16
  86. Message:
  87. DB/Spells: Fixed Alchemy stones procs with potions like endless mana potion
  88.  
  89.  
  90. Revision: 4c791ec376fdf5c7717a6249604502ec15656902
  91. Author: Killyana <morphone1@gmail.com>
  92. Date: 24/02/2018 14:01:13
  93. Message:
  94. DB/Creature: assign SmartAI to Apothecary Keever's test subjects + typo fix
  95.  
  96. - missing row number in one of the DELETE FROM queries in commit 20a0d27b5bcbc2c3a334edef37f6a05e653ca401
  97.  
  98. Closes #21488
  99.  
  100. Revision: 16b5f39de6295c541b7fb400aa8d63e8ba08b233
  101. Author: jackpoz <giacomopoz@gmail.com>
  102. Date: 24/02/2018 13:54:42
  103. Message:
  104. Core/DBUpdater: Code cleanup
  105.  
  106.  
  107. Revision: 20a0d27b5bcbc2c3a334edef37f6a05e653ca401
  108. Author: ZenoX92 <ZenoX92@users.noreply.github.com>
  109. Date: 24/02/2018 13:38:18
  110. Message:
  111. DB/Creature: Deathguard Elite & Stormwind City Guard use Crossbow on ranged attack
  112.  
  113. - also add some missing emote responses to Stormwind City Guard
  114.  
  115. Closes #21470
  116.  
  117. Revision: ff04121c83fcf01c32e44ccb137ff2062b4d0e92
  118. Author: jackpoz <giacomopoz@gmail.com>
  119. Date: 24/02/2018 12:09:00
  120. Message:
  121. Core/DBUpdater: Fix error message
  122.  
  123. Fix error message when trying to populate the database showing free'd memory data instead of the sql file name
  124.  
  125. Revision: 83292cd983474753393017c4f7ac3ba509fc4c83
  126. Author: ariel- <ariel-@users.noreply.github.com>
  127. Date: 24/02/2018 05:55:27
  128. Message:
  129. Core/Auras: check conditions against referer caster, just as spells do
  130.  
  131. Closes #21492
  132.  
  133. Revision: 0850b5ff39b187d8a1adb032dfd7900d4474cfaf
  134. Author: Treeston <treeston.mmoc@gmail.com>
  135. Date: 24/02/2018 01:26:35
  136. Message:
  137. Core/SmartScripts: Rename SMART_ACTION_RESPAWN_TARGET -> SMART_ACTION_ENABLE_TEMP_GOBJ, since that's the only thing it still does in the dynspawn model. Adjust body accordingly to warn on misuse.
  138.  
  139.  
  140. Revision: 9f92896c52dfdaaad3a7eb66a780a7415dc12546
  141. Author: Treeston <treeston.mmoc@gmail.com>
  142. Date: 23/02/2018 18:58:22
  143. Message:
  144. Core/GameObject: Force compatibility mode for stupid ridiculous junk legacy hack gameobjects, ref 27e7906.
  145.  
  146.  
  147. Revision: 27e7906814f2696863f5ab0488c59ffa347d8cc9
  148. Author: Treeston <treeston.mmoc@gmail.com>
  149. Date: 23/02/2018 18:52:32
  150. Message:
  151. Core/GameObject: fix stupid ridiculous junk legacy hack code with negative gobj respawn time to work again
  152.  
  153.  
  154. Revision: 1074a9b053c7d1fbff1321bf95b15d7be1ee669f
  155. Author: ariel- <ariel-@users.noreply.github.com>
  156. Date: 23/02/2018 16:15:50
  157. Message:
  158. Core/Scripts: remove hack that caused aura to not be applied and saved twice on owned auras, causing an error on save
  159.  
  160. - This is handled by group stack rules actually
  161. - Also reset removed aura counter when cleaning removed auras
  162.  
  163. Closes #21486
  164.  
  165. Revision: 31f14dadde46445ae7e3e0330a3811b185bd8a61
  166. Author: ZenoX92 <ZenoX92@users.noreply.github.com>
  167. Date: 23/02/2018 07:11:39
  168. Message:
  169. DB/Text: Flight Master NPC racial language on Aggro
  170.  
  171. * Many or all Flight Masters / Wind Rider Masters yelled in Dwarvish before this change.
  172.  
  173. Closes #21413
  174.  
  175. Revision: 691c67f0be09095a34421043baf245fdf28e5d04
  176. Author: Treeston <treeston.mmoc@gmail.com>
  177. Date: 23/02/2018 02:20:03
  178. Message:
  179. AI/SmartAI: New SMART_ACTION_RESPAWN_BY_SPAWNID (hi kilyana)
  180.  
  181.  
  182. Revision: 94b5d9bfa1195ad7c32cf51a665b55514dac0938
  183. Author: Treeston <treeston.mmoc@gmail.com>
  184. Date: 22/02/2018 19:31:42
  185. Message:
  186. Core/Spawning: Actually check spawn group state before processing a respawn. It feels like that is something that should've been noticed at some point.
  187.  
  188. Also remove CreatureScript::CanSpawn since nobody uses it, and spawn groups do the same thing.
  189.  
  190. Revision: 3753ec56476d597b180968eb673cb20776785f31
  191. Author: ariel- <ariel-@users.noreply.github.com>
  192. Date: 22/02/2018 05:37:00
  193. Message:
  194. Core/Scripts: apply resilience on Vampiric Touch and Unstable Affliction dispel effect
  195.  
  196. - Spell with SPELL_ATTR4_FIXED_DAMAGE won't do it by itself to avoid applying resilience twice, but because those are triggered from a periodic aura, those apply resilience on tick, not saved to amount.
  197. - This is one of the cases where you have to call Unit::SpellDamageBonusTaken directly
  198.  
  199. Closes #21393
  200.  
  201. Revision: 7cff1b540c96d9e2cf82b244cc0d1618bf5b090f
  202. Author: ariel- <ariel-@users.noreply.github.com>
  203. Date: 22/02/2018 04:35:01
  204. Message:
  205. Core/Auras: restrict target map update only to area auras as player requires to have auras registered on load
  206.  
  207. Closes #21472
  208.  
  209. Revision: fc678bb3c21d6c5a87a840c7bbf596eaea1cffc3
  210. Author: ariel- <ariel-@users.noreply.github.com>
  211. Date: 22/02/2018 01:38:22
  212. Message:
  213. Core/Unit: clear charmed/possessed state before returning client control. Works like a charm
  214.  
  215. Closes #21471
  216.  
  217. Revision: b197529f1e89dbde283d22b0eb53cc83bd1f353a
  218. Author: Treeston <treeston.mmoc@gmail.com>
  219. Date: 21/02/2018 19:54:00
  220. Message:
  221. DB/SpawnGroup: Reserve group IDs 52 through 56 for Culling of Stratholme rewrite
  222.  
  223.  
  224. Revision: 640dd138a5916a54808b9c1a363e87026d1af184
  225. Author: ariel- <ariel-@users.noreply.github.com>
  226. Date: 21/02/2018 13:33:50
  227. Message:
  228. DB/Spells: fix proc regression with Missile Barrage
  229.  
  230. Closes #21466
  231.  
  232. Revision: eb7d22d23eedb0d1b5374f80518cd7994d7c7b3a
  233. Author: ariel- <ariel-@users.noreply.github.com>
  234. Date: 20/02/2018 22:34:58
  235. Message:
  236. Core/Vehicles: fix crash
  237.  
  238. - Aura could be removed in Unit::SetCharmedBy (StopMoving->Relocate->ProcessTerrainStatusUpdate->RemoveAurasWithInterruptFlags)
  239. - By not passing AuraApplication parameter execution continued with a removed application leaving vehicle in a invalid state (m_sharedVision not empty)
  240.  
  241. Closes #18281
  242.  
  243. Revision: ba27711145d1b015578aedb48ea8532b4f0bec75
  244. Author: ariel- <ariel-@users.noreply.github.com>
  245. Date: 20/02/2018 20:27:02
  246. Message:
  247. Core/Entities: unit states cleanup
  248.  
  249. - Added new UNIT_STATE_FOCUSING for creature focus system, this will stop creatures adding/clearing the UNIT_STATE_CANNOT_TURN mask (eg UNIT_STATE_STUNNED if stunned while focusing a spell)
  250. - Added UNIT_STATE_CHARMED that gets set/removed on any charm type (UNIT_STATE_POSSESSED is only for possess as it's name suggests)
  251. - The new states are checked against mask to know whenever client needs to regain character control
  252.  
  253. Closes and fixes #21460
  254.  
  255. Revision: 1cc3d33cfe7e51d66925d5df536a952165a88094
  256. Author: Teppic <Teppic1@users.noreply.github.com>
  257. Date: 19/02/2018 19:21:57
  258. Message:
  259. DB/Loot: Reference template 24048 & 24050 corrections
  260.  
  261. Closes #21457
  262.  
  263. Revision: 9b600103ba9d7df5d729686e0ec3d9ac7b694888
  264. Author: ZenoX92 <ZenoX92@users.noreply.github.com>
  265. Date: 19/02/2018 19:20:36
  266. Message:
  267. DB: Mordent Evenshade and Sentinel Stillbough event
  268.  
  269. Closes #10124
  270.  
  271. Revision: 51d4ff7531ec2a6f2e51a8a9376179d8db8f86b4
  272. Author: ZenoX92 <ZenoX92@users.noreply.github.com>
  273. Date: 19/02/2018 19:14:37
  274. Message:
  275. DB/Quest: Betrayed (Part 3)
  276.  
  277. Closes #21458
  278.  
  279. Revision: b362de2db6ba20646e727ec5c0f8abaaadc2c968
  280. Author: ZenoX92 <ZenoX92@users.noreply.github.com>
  281. Date: 19/02/2018 19:13:47
  282. Message:
  283. DB/Quest: Improve some quest events (Part 2)
  284.  
  285. Closes #21456
  286.  
  287. Revision: 034e49eba1e7bd315d206b7ebfba6aaa35498af8
  288. Author: ZenoX92 <ZenoX92@users.noreply.github.com>
  289. Date: 19/02/2018 19:12:54
  290. Message:
  291. DB/SAI: Arkkoran Clacker
  292.  
  293. Closes #21454
  294.  
  295. Revision: f9382d272cdad68aa4e2ec6195d6297948063ef7
  296. Author: ZenoX92 <ZenoX92@users.noreply.github.com>
  297. Date: 19/02/2018 19:11:06
  298. Message:
  299. DB/Quest: Improve some quest outro events
  300.  
  301. Closes #21453
  302.  
  303. Revision: 72a4bc148f7a4555b6419717425cd770fa73f97a
  304. Author: ZenoX92 <ZenoX92@users.noreply.github.com>
  305. Date: 19/02/2018 19:09:40
  306. Message:
  307. DB/SAI: Un'Goro Crater
  308.  
  309. Closes #21452
  310.  
  311. Revision: b49d7ca41a7ea89a310e1a4ce553cc8209367fa8
  312. Author: ZenoX92 <ZenoX92@users.noreply.github.com>
  313. Date: 19/02/2018 18:46:10
  314. Message:
  315. DB/SAI: Blasted Lands
  316.  
  317. Closes #21451
  318.  
  319. Revision: 65656dff59aeba0765b8cd7e2333eb8315c469ef
  320. Author: ZenoX92 <ZenoX92@users.noreply.github.com>
  321. Date: 19/02/2018 18:45:32
  322. Message:
  323. DB/Quest: The Temple of Atal'Hakkar
  324.  
  325. Closes #21450
  326.  
  327. Revision: 16b23213eb5eadc59e688ee6dba13d0c120453b9
  328. Author: ZenoX92 <ZenoX92@users.noreply.github.com>
  329. Date: 19/02/2018 18:45:00
  330. Message:
  331. DB/Quest: The Corruption Abroad (Breadcrumb quest)
  332.  
  333. Closes #21449
  334.  
  335. Revision: d25f8d6a41258fce584ac33972b4b6cc53d72cfb
  336. Author: ZenoX92 <ZenoX92@users.noreply.github.com>
  337. Date: 19/02/2018 18:44:19
  338. Message:
  339. DB/Quest: Nothing But The Truth (Part 2)
  340.  
  341. Closes #21448
  342.  
  343. Revision: 4241705b6dcd951ff9bf46d636a00e1eb554606a
  344. Author: ZenoX92 <ZenoX92@users.noreply.github.com>
  345. Date: 19/02/2018 18:36:37
  346. Message:
  347. DB/Gossip: Torwa Pathfinder
  348.  
  349. Closes #21447
  350.  
  351. Revision: 5988a3d1365e8947df2171c73f9b98d5f654146b
  352. Author: ZenoX92 <ZenoX92@users.noreply.github.com>
  353. Date: 19/02/2018 18:35:52
  354. Message:
  355. DB/Gossip: Northern Crystal Pylon, Eastern Crystal Pylon & Western Crystal Pylon
  356.  
  357. Closes #21446
  358.  
  359. Revision: 17ddc47577cfeb6218780b444ec0595eb47ac594
  360. Author: ZenoX92 <ZenoX92@users.noreply.github.com>
  361. Date: 19/02/2018 18:35:08
  362. Message:
  363. DB/Gossip: Karna Remtravel
  364.  
  365. Closes #21445
  366.  
  367. Revision: eec8b68b9e103404958013fc180e33d596e07c9f
  368. Author: ZenoX92 <ZenoX92@users.noreply.github.com>
  369. Date: 19/02/2018 18:34:24
  370. Message:
  371. DB/Creature: Un'Goro Thunderer
  372.  
  373. Closes #21444
  374.  
  375. Revision: e2b087a2a34d8d8d9fa3bd99b40ca49ba71b35ad
  376. Author: ZenoX92 <ZenoX92@users.noreply.github.com>
  377. Date: 19/02/2018 18:05:38
  378. Message:
  379. DB/Creature: A-Me 01
  380.  
  381. Closes #21443
  382.  
  383. Revision: d78b62f4372153b81b7539b54c0fcd8092858d47
  384. Author: ZenoX92 <ZenoX92@users.noreply.github.com>
  385. Date: 19/02/2018 18:04:35
  386. Message:
  387. DB/Gossip: J.D. Collie
  388.  
  389. Closes #21442
  390.  
  391. Revision: 6a68102f2a9c9759b876ad5ba7df541c344a9dfc
  392. Author: ZenoX92 <ZenoX92@users.noreply.github.com>
  393. Date: 19/02/2018 18:03:33
  394. Message:
  395. DB/Gossip: Jediga
  396.  
  397. Closes #21440
  398.  
  399. Revision: 01386cf447186fb0d810941b03cf3a7c7a1d9641
  400. Author: DDuarte <dnpd.dd@gmail.com>
  401. Date: 18/02/2018 23:45:55
  402. Message:
  403. SQL: Update revision_data with new TDB
  404.  
  405.  
  406. Revision: 9163ad55ff45fa21c02024c426d25bd8508988c3
  407. Author: tkrokli <tkrokli@gmail.com>
  408. Date: 18/02/2018 22:31:03
  409. Message:
  410. SQL: Updates to the 335.64 auth & characters updates tables
  411.  
  412. - added missing lines in the `updates` tables for the new TDB 335.64 files
  413.  
  414. Revision: d21cb8fe160705195ae2ffb0d04c583f82b07b62
  415. Author: tkrokli <tkrokli@gmail.com>
  416. Date: 18/02/2018 22:07:59
  417. Message:
  418. DB/SQL: typo fix (Update base files follow-up)
  419.  
  420.  
  421. Revision: 93357631fa8fcdb9e4a81cb1287adf58f2ad9a97
  422. Author: DDuarte <dnpd.dd@gmail.com>
  423. Date: 18/02/2018 19:52:58
  424. Message:
  425. SQL: Update base files
  426.  
  427. Missing changes to ed63d15
  428.  
  429. Revision: ed63d15dfe956360851018c55a61d6d27dd743c4
  430. Author: DDuarte <dnpd.dd@gmail.com>
  431. Date: 18/02/2018 18:56:29
  432. Message:
  433. TDB 335.64 - 2018/02/18
  434.  
  435.  
  436. Revision: 3945a010d2b920f147021d98776bafaadfe1f773
  437. Author: DDuarte <dnpd.dd@gmail.com>
  438. Date: 18/04/2017 21:20:46
  439. Message:
  440. Core/DBUpdater: Improve message when base SQL file is missing
  441.  
  442. (cherry picked from commit 844755aa07b4a7f9f2f0c49f351a817198c9a56a)
  443.  
  444. GCC build fix
  445.  
  446. (cherry picked from commit a15985edc620d2ecbd9a44f13f6fec15e13b338d)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement