Commit Graph

35492 Commits

Author SHA1 Message Date
Aokromes 839b0611eb DB/Misc: Populate & Script Mechagnome Start zone
closes #27224 by Naddley
2021-11-06 12:21:45 +01:00
Shauren 57ad93e51a Core: Updated allowed build to 9.1.5.40944 2021-11-06 11:57:41 +01:00
Aokromes d9baa17089 DB/Quest: WANTED: James Clark
closes #27162 by shamage
2021-11-06 10:04:33 +01:00
Aokromes 7cdc9f623f DB/Spawns: Added Mudrik Leger (Dark Iron Dwarf intro)
closes #27235 by mdx7
2021-11-06 10:02:42 +01:00
Aokromes 8bb11541e1 DB/Spawns: Added Lulana (Mechagnome intro)
closes #27236 by mdx7
2021-11-06 10:01:37 +01:00
ModoX faa182cb3b Scripts/Mechagnomes: Added areatrigger teleporter from Mechagon City to Stormwind (#27237) 2021-11-05 22:51:30 +01:00
Shauren 5eb74cf5ed Tools: Update db2 metadata expected by extractors to 9.1.5
Closes #27251
2021-11-05 15:29:55 +01:00
Shauren 1543ca3575 Core: Updated allowed build to 9.1.5.40906 2021-11-05 00:38:43 +01:00
Shauren 82c2365782 Core/Misc: 9.1.5 enum updates 2021-11-05 00:14:48 +01:00
Shauren 270db9a352 Core/DataStores: Add a bit more info to db2 file loader sign check assertions 2021-11-04 22:27:28 +01:00
Shauren 5c8a058120 Core/PacketIO: 9.1.5 updatefields and SMSG_UPDATE_OBJECT structure 2021-11-04 21:47:03 +01:00
Shauren 792721ad64 Core/PacketIO: Updated remaining packet structures to 9.1.5 2021-11-02 22:54:15 +01:00
Shauren 74eb6814a1 Core/PacketIO: Updated CMSG_UPDATE_MISSILE_TRAJECTORY to 9.1.5 2021-11-02 22:53:56 +01:00
Shauren aae288e049 Core/PacketIO: Rename DepositGuildBankItem to AutoGuildBankItem to match enum name 2021-11-02 22:53:06 +01:00
Shauren 966ae04f02 Core/PacketIO: Updated account data packets to 9.1.5 2021-11-02 22:52:28 +01:00
Shauren 9630c1b1e5 Core/PacketIO: Updated SMSG_FEATURE_SYSTEM_STATUS to 9.1.5 2021-11-02 22:51:38 +01:00
Shauren 122fe7549d Core/PacketIO: Updated SMSG_QUEST_PUSH_RESPONSE to 9.1.5 2021-11-02 22:51:05 +01:00
Shauren 78e627e413 Core/DataStores: Updated hotfix packet structures to 9.1.5 2021-11-02 22:50:05 +01:00
Shauren 98b95fb264 Core/PacketIO: Updated opcodes to 9.1.5 2021-11-02 22:49:20 +01:00
Shauren f40c0dfd55 Core/Social: Implemented account ignores 2021-11-02 18:35:26 +01:00
Shauren d52c00a8fe Core/DataStores: Updated db2 structures to 9.1.5 2021-11-01 22:17:12 +01:00
funjoker a54c51c362 Core/DB: Rename SoundEntriesID to SoundKitID in BroadcastText
This is the correct naming
2021-11-03 12:05:43 +01:00
funjoker 1e52f9fdf5 Core/DB: Fix AnimationData structure 2021-11-03 11:53:27 +01:00
Shauren edc94e8ae8 Core/GuildFinder: Remove as preparation for 9.1.5 2021-11-02 18:14:49 +01:00
Aokromes 6305b290c9 DB/Spawns: Populate & script Dark Iron Dwarf start zone
by Naddley Closes #27212
2021-11-01 21:31:16 +01:00
Aokromes b4876d3323 DB/Spawns: Added engineering auctionhouses in Dazar'alor & Boralus
closes #27232 by mdx7
2021-11-01 21:30:33 +01:00
Aokromes b874adb76e DB/Gameobject: Shrine of Dath'Remar
closes #27116 by osleyder85
2021-11-01 20:49:12 +01:00
Shauren 8423382fb0 Core/Chat: Implement hyperlink validation for new link types 2021-10-31 23:07:56 +01:00
Shauren 70a62c3978 Core/DataStores: Load CurrencyContainer, GarrMission, JournalEncounter, JournalEncounterSection, JournalInstance, JournalTier, KeystoneAffix, MapChallengeMode, MawPower and SoulbindConduitRank 2021-10-31 23:07:17 +01:00
Treeston 127c9e5014 Core/Chat: Add a missing terminator check
(cherry picked from commit bf6082a835)
2021-10-31 01:39:10 +02:00
HelloKitty c10ea61491 Core/Spells: Include RealPointsPerLevel when determining if aura is negative (#22427)
(cherry picked from commit 0d1eed5dab)
2021-10-31 01:39:10 +02:00
Killyana c5f5d53e98 GameObject/SAI: Rookery Egg Spawner
Closes #22430

(cherry picked from commit ce46a0d53c)
2021-10-31 01:39:10 +02:00
Treeston 390001fa62 Movement/TaxiPath: Properly clean up list of taxi destinations upon arrival at final node. Closes #22089.
(cherry picked from commit a3697052c3)
2021-10-31 01:39:10 +02:00
Shauren 8866065117 Core/Misc: FIx a GCC warning 2021-10-31 01:39:10 +02:00
Treeston e506c80a64 Core/Chat: Unify chat hyperlink parsing (PR #22417)
- Validate most link properties all the time
- If enabled, also validate link text (needs locale)
- Instead of blocking the entire message, sanitize it
- Apply filtering to DND/AFK messages. Closes #22399

(cherry picked from commit f27284594b)
2021-10-31 01:39:04 +02:00
Shauren fa7e46a4f3 Core/Commands: Parse character guid in achievement hyperlinks to ObjectGuid 2021-10-30 19:09:29 +02:00
Shauren 8b74ca04fe Core/Entities: Implemented ObjectGuid::FromString
Closes #27170
2021-10-30 19:05:04 +02:00
Aokromes cd6ba01e3d DB/Spawns: Fix Garroshs phase & position within Orgrimmar
closes #27177 by mdx7
2021-10-29 14:11:06 +02:00
Aokromes 1e4c98515c DB/Spawns: Added Ambassador Moorgard
closes #27172 by mdx7
2021-10-29 14:08:23 +02:00
Aokromes ac17b5a6ba DB/Spawns: Venthyr Intro - Court of Harvesters
closes #27179 by mdx7
2021-10-29 14:05:11 +02:00
Aokromes c3699b8f06 DB/Spawns: Prince Renathal in Venthyr Sanctum
closes #27181 by mdx7
2021-10-29 14:04:26 +02:00
Shauren 9fc8c86e9a Scripts/Auras: Lookup aura scripts by their type, not name 2021-10-27 01:01:41 +02:00
Seyden 62e444e4b0 Scripts/Spells: Implement Demon Hunter Havoc talent "First Blood" (#27176) 2021-10-27 00:46:57 +02:00
Killyana 247c9210d9 DB/Creature: Fix unit flag for Lich King and Sindragosa involved on Where Dragons Fell quest
(cherry picked from commit 7bcc83696f)
2021-10-27 00:30:52 +02:00
Treeston fdb3f4159e Core/Unit: Erm, so it turns out that releasing your spirit actually never set your death state to DEAD. It stayed as CORPSE. That's wrong, of course, but we didn't notice because zombie corpses (see f50a8e5).
Zombie corpses are gone, so now it caused a bug. That's fixed too. Closes #21873. (Finally.)

(cherry picked from commit 7bc16e2ee6)
2021-10-27 00:28:50 +02:00
Treeston c8b11f7e3d Core/Unit: Successfully (?) prevented the zombie apocalypse. Corpses can no longer gain HP. Closes #22409.
(cherry picked from commit f50a8e5926)
2021-10-27 00:08:14 +02:00
Killyana e889eff150 DB/Quest: Zeth'Gor Must Burn!
Fix visuals an events

(cherry picked from commit c5fa08afc1)
2021-10-27 00:06:41 +02:00
Killyana 35c82e1a20 DB/SAI: Fix Champions and Valiants movement at the Argent Tournament
After an evade they will return to the spawn position correctly

(cherry picked from commit ef5e1d72be)
2021-10-27 00:06:02 +02:00
Aokromes b504b47650 Misc: Make extractor more clear for some users
(cherry picked from commit 5fd03bb472)
2021-10-27 00:02:09 +02:00
Killyana 496d017bac DB/Spell/Item: The Ancient Frostsaber and the Nightsaber
Closes #8194

(cherry picked from commit 8f91a85aaa)
2021-10-27 00:01:53 +02:00