Commit Graph

35553 Commits

Author SHA1 Message Date
Shauren
ef4e307a49 Core/Misc: Don't log errors about npc_text probability if broadcast text was removed because it did not exist during loading 2021-11-11 14:10:32 +01:00
Shauren
7a60c1e3dd DB: Update levels and scaling for Netherstorm 2021-11-11 13:53:20 +01:00
Shauren
609b0a19b9 DB/AreaTriggers: Added areatrigger data for many class spells 2021-11-11 13:35:20 +01:00
Shauren
59ebc6a2fa Core/AreaTrigger: Set default AnimId value to -1 2021-11-11 12:38:08 +01:00
Shauren
bd2d8875a1 Core/PacketIO: Rename new 9.1.5 opcodes 2021-11-11 12:36:01 +01:00
Shauren
892ed562df Add missed sql for 5c5f3d5376 2021-11-11 11:41:48 +01:00
Shauren
5c5f3d5376 Core/PacketIO: Fixed SMSG_QUERY_GAME_OBJECT_RESPONSE structure 2021-11-11 01:59:25 +01:00
Shauren
29ccaa75fc DB/Gameobject: Corrected spawns in Area 52 barbershop 2021-11-11 01:40:26 +01:00
Killyana
a97d4326c6 DB/Creature: Fix some npcflags and gossips
(cherry picked from commit 3b520b971f)
2021-11-10 23:46:47 +01:00
Killyana
4ea51384a7 DB/Creature: Add some missing spawns
(cherry picked from commit e2627da5ea)
2021-11-10 22:58:31 +01:00
Killyana
ecb24097e5 DB/Gossip: Update Olga gossip
(cherry picked from commit 38e4eb0668)
2021-11-10 22:52:14 +01:00
Killyana
7db01b0eaf DB/Gossip: Fix Glodrak Huntsniper gossip option
(cherry picked from commit 2965c915c6)
2021-11-10 22:52:10 +01:00
Shauren
41b8a141f2 Core: Updated allowed build to 9.1.5.40966 2021-11-10 14:09:17 +01:00
funjoker
dd7cff6a5d DB/Misc: Remove comments from sql 2021-11-10 14:04:28 +01:00
funjoker
3f6ba89239 DB/Hotfixes: Update hotfixes 2021-11-10 14:01:36 +01:00
Shauren
9f2ccf9924 Core/Commands: Fixed crash in .go commands
Closes #22498

(cherry picked from commit b27a76969a)
2021-11-10 00:34:17 +01:00
Killyana
e4c4b57aa2 DB/Creature: Alenjon Sunblade and Irissa Bloodstar
(cherry picked from commit f8cfb5301b)
2021-11-10 00:33:50 +01:00
Killyana
1053b6d516 DB/Gossip: Glodrak Huntsniper and Goldark Snipehunter
Closes #22493

(cherry picked from commit 7d30b1b74f)
2021-11-10 00:27:38 +01:00
Killyana
5fa2b03d0f DB/Quest: Fix requirements for Preying Upon the Weak
Closes #22495

(cherry picked from commit 0e222ed254)
2021-11-10 00:21:36 +01:00
Killyana
8765431a74 DB/GameObject: Remove Duplicates spawns
Closes #22496

(cherry picked from commit d6bb73df2b)
2021-11-10 00:20:44 +01:00
Sarah Alexander
973f9174e7 Scripts/MoltenCore: Implement Garr's Firesworn Separation Anxiety mec… (#22477)
- The previous (wrong) spell ID used mana, so it was never cast because Firesworns aren't mana users

(cherry picked from commit 001dd32b5c)
2021-11-10 00:18:22 +01:00
Killyana
6fe3faef16 DB/Script: Fix wrong target type
(cherry picked from commit 28a91300eb)
2021-11-10 00:17:56 +01:00
Killyana
310c1045ca DB/SAI: Make some targets random
Ref #22471 #17979

(cherry picked from commit a0a9c2d954)
2021-11-10 00:16:47 +01:00
jackpoz
d6ce2fa8b8 Core/SAI: Add maxSize parameter to SMART_TARGET_CREATURE_DISTANCE, SMART_TARGET_GAMEOBJECT_DISTANCE, SMART_TARGET_CREATURE_RANGE and SMART_TARGET_GAMEOBJECT_RANGE
(cherry picked from commit 46368188ce)
2021-11-10 00:12:08 +01:00
jackpoz
4fabfa0903 Core/SAI: Add a 4th target parameter to SAI
(cherry picked from commit 7634a57f64)
2021-11-10 00:11:52 +01:00
Killyana
910a00bb1e DB/Quest: Hah...You're Not So Big Now!
Closes #22478

(cherry picked from commit 868f810e11)
2021-11-10 00:03:41 +01:00
Shauren
f2456ff319 Scripts/Areatriggers: Fixed all areatrigger scripts triggering both on enter and exit instead of only on enter 2021-11-10 00:01:50 +01:00
Sarah Alexander
938c7e518c Scripts/TempleOfAhnQiraj: Despawn Skeram's images on death and fix an edge case where images would not spawn if he was casting during transition (#22474)
(cherry picked from commit 72f061f083)
2021-11-09 23:42:31 +01:00
Sarah Alexander
ed1bde7031 Scripts/TempleOfAhnQiraj: Implement Battleguard Sartura's skip-preven… (#22475)
* Scripts/TempleOfAhnQiraj: Implement Battleguard Sartura's skip-prevention area trigger

* Sartura engages players if they try to skip her by walking past down the tunnel
* Clean up the instance script a bit

(cherry picked from commit c8f830ff2b)
2021-11-09 23:42:31 +01:00
ccrs
d6f9b3b555 Scripts/ICC: update Unchained Magic target selection
because we all love retri paladins and hate healers, right?, right?

(cherry picked from commit 2e4358f726)
2021-11-09 23:42:29 +01:00
jackpoz
0dccffc6a0 Core/Movement: Add additional assert
Add additional assert to FlightPathMovementGenerator

(cherry picked from commit 2a06923879)
2021-11-09 23:14:28 +01:00
Killyana
72f99153fa DB/Quest: Springing the Trap
Closes #5137

(cherry picked from commit 6490408d4e)
2021-11-09 23:13:27 +01:00
Sarah Alexander
8abf9ef1ff Scripts/UBRS: Open General Drakkisath's gates once he is defeated (#22462)
Closes #15769

(cherry picked from commit acdf238802)
2021-11-09 23:10:51 +01:00
Killyana
e77291678b DB/Quest: Remove wrong quest starter/ender for "The Pit of Saron" alliance side
Update #22459

(cherry picked from commit d3d4670100)
2021-11-09 23:09:57 +01:00
Killyana
006befabfc DB/Creature: Fix some root for some npcs
Closes #22447

(cherry picked from commit 010b872e5f)
2021-11-09 23:08:36 +01:00
Killyana
4e3d736495 DB/SAI: Sundered Rumbler
(cherry picked from commit dd4d6468c9)
2021-11-09 23:07:07 +01:00
Killyana
0bcb6dadb0 DB/Creature: Warp Aberration
(cherry picked from commit 084ec7dc53)
2021-11-09 23:05:52 +01:00
Killyana
31f456221a DB/SAI: Fix React state with Waypoint
Closes #22376

(cherry picked from commit fcb45c416a)
2021-11-09 22:52:01 +01:00
Shauren
93c0075808 Build fix 2021-11-09 22:50:02 +01:00
Treeston
f4ae292123 Core/Chat: Validate UTF8 in chat messages
(cherry picked from commit e5d63bc5b0)
2021-11-09 22:47:47 +01:00
Treeston
b321d05386 Core/Chat: Fix chat filter to not block certain non-ASCII characters
(cherry picked from commit b4258ca4d9)
2018-09-18 16:55:58 +02:00
Treeston
0d7d41ed4f Core/Chat: Some more chat filtering cleanup:
* Always filter control characters
* Clean up stripping of duplicate whitespace
* Adjust .conf.dist to accurately describe what the config settings do

(cherry picked from commit e50344b6df)
2018-09-18 02:08:33 +02:00
Treeston
5fe69351b0 Core/Chat: Some hyperlink follow-ups:
* Ignore messages containing invalid links again instead of trying to sanitize them. Closes #22451.
* No longer filter messages on the addon channel. Closes #22450.

(cherry picked from commit e858706270)
2018-09-18 01:28:57 +02:00
Killyana
10aade14fc DB/Creature: Fix some spawns on top of Shadow Vault
(cherry picked from commit d1a6546ff7)
2018-09-17 23:08:11 +02:00
Treeston
f62a70e55a Core/Chat: Fix validation of tradeskill recipes that belong to multiple skill lines
(cherry picked from commit 2dc174029c)
2018-09-17 21:29:07 +02:00
funjoker
175c0de6a7 DB/Hotfixes: Update hotfixes 2021-11-09 22:40:59 +01:00
DanVS
28cb2af1c5 Core/Scripts: Unify Chrono Literals (#22420)
* Unify Chrono Literals

* Retire IN_MILLISECONDS

* Build fix

* Build fix (sequel)

* Retire urand()

* Edge cases

* Build

* Whitespaces

* More edge cases

* Additional cases

(cherry picked from commit 5b0f4009df)
2021-11-09 00:26:59 +01:00
Treeston
e8e8e4b9d6 Core/Player: Delay resurrection on release for unreachable maps until teleport has completed. Closes #21481.
(cherry picked from commit 28591fd165)
2021-11-08 23:57:28 +01:00
Treeston
7c062db94b Core/Player: Clean up duel related code. Fix a check for abusive client behavior, sanitize pointer usage, code style. Closes #22374.
(cherry picked from commit 003cc56d70)
2021-11-08 23:49:15 +01:00
Treeston
5ed891a0f0 Scripts/Commands: Add .debug dummy. It does nothing, which means you can make it do anything.
(cherry picked from commit 97ade1321b)
2021-11-08 23:18:32 +01:00