Commit Graph

7 Commits

Author SHA1 Message Date
Shauren
9894f6b802 Core/Random: Changed random functions returning doubles to return floats
* They were all cast to float at use anyway
* Improves roll_chance_f performance (rand32() is now called internally by uniform_real_distribution once instead of twice)
2023-10-31 20:20:00 +01:00
Shauren
1acaed2af4 Core/Objects: Switch to using designated initializers instead of chaining functions for FindCreatureOptions 2023-07-29 23:46:31 +02:00
Shauren
2e7e49b749 Scripts/Spells: Removed unneccessary PrepareSpellScript and PrepareAuraScript uses 2023-07-24 10:48:50 +02:00
Malcrom
5069f0e3a7 Scripts/ExilesReach: Implemented Finding the Lost Expedition & Cooking Meat quests (#29119) 2023-07-21 17:56:06 +02:00
Teleqraph
88ff97c1f9 Core/Units: Added helper functions to modify UNIT_FLAG_UNINTERACTIBLE (#29159)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-07-20 19:09:27 +02:00
Malcrom
2041374a16 Scripts/ExilesReach: Implemented quests Murloc Mania and Emergency First Aid (#29090) 2023-07-01 03:59:12 +02:00
Malcrom
7ea864e287 Scripts/ExilesReach: Implemented ship quests for both factions (#29019)
* Warming up
* Stand your ground
* Brace for impact
2023-06-21 01:59:15 +02:00