Commit Graph

33431 Commits

Author SHA1 Message Date
Cerveciento
24c798ddac DB/Texts: Fix CompletionText of quests 191 and 192
Closes #25499
2020-09-27 02:43:56 +03:00
offl
aa7b93b99f DB/Instance/Sethekk Halls: Fix stats and positions, add missing creatures 2020-09-27 02:43:40 +03:00
Shauren
d0d0f51f32 Core/Auction House: Eliminate blocking db queries for account permissions when expiring auctions that have offline bidders 2020-09-27 00:51:52 +02:00
Shauren
dc56f0a1d9 Core/Misc: nopch fixes 2020-09-26 20:51:32 +02:00
jackpoz
6f6cec89e5 Core/Commands: Enable .debug loadcells on console and allow to load a specific tile
Specify the tile as XY. Note that this is not Grid XY
2020-09-26 16:23:26 +02:00
jackpoz
34af088c9b Core/Commands: Fix typo in .mmap loc command
The displayed "tileloc" value is a "swapped" Tile XY, not to be confused with Grid XY.
2020-09-26 16:14:32 +02:00
offl
c49d6f97f0 DB/Creature: Fix wrong sheath state 2020-09-26 03:58:53 +03:00
Cerveciento
22bdb3d753 DB/Locales: Add missing esES & esMX quest locales (Part 40)
Closes #25498
2020-09-26 03:58:36 +03:00
dr-j
86d2544d11 DB/Creature: Make Guard Slip'kik's gossip option available
Closes #25496
2020-09-26 03:58:21 +03:00
offl
78f4c15426 DB/Event/Brewfest: Fix gossip options related to items Ram Racing Reins / Synthebrew Goggles
Closes #25492
2020-09-26 03:58:02 +03:00
offl
9f7824cbf0 DB/Item: Fix page text content of item Foreboding Plans
Closes #25495
2020-09-26 03:57:43 +03:00
Cerveciento
b038dd985f DB/Locales: Add missing esES & esMX quest locales (Part 39)
Closes #25491
2020-09-25 01:38:22 +03:00
offl
af192cfce2 DB/Creature: Remove wrongly spawned Ironbark the Redeemed
Closes #25493

Old Ironbark updates template to Ironbark the Redeemed after Zevrim Thornhoof's death
2020-09-25 01:38:03 +03:00
offl
63b6e9054f DB/Instance/Sethekk Halls: Update spawn positions, add waypoints and pools part 2 2020-09-25 01:37:24 +03:00
Treeston
837e32fe11 whitespace to make CI happy, 7bf9a06 follow-up 2020-09-24 22:22:40 +02:00
Treeston
7bf9a0640e Scripts/Commands: Fix a potential crash in cs_account.cpp 2020-09-24 22:12:46 +02:00
Gildor
a770ad0476 Core/Spells: SPELL_AURA_MOD_HEALING_PCT should be negative if TargetType is enemy or BasePoints are negative (#25490) 2020-09-24 13:58:47 +02:00
offl
eebb962030 DB/Instance/Sethekk Halls: Update spawn positions, add waypoints part 1 2020-09-24 04:20:25 +03:00
Treeston
f45600fb2e Scripts/ChatCommands: Rename 'lookup itemset' to 'lookup item set' to remove ambiguity. 2020-09-24 00:06:17 +02:00
Shauren
d29274f3a1 Core/Pets: Fixed crash happening when summoning a different pet than one that was unsummoned by summoning a guardian (imp -> infernal -> felhunter)
Closes #25478
2020-09-23 22:37:11 +02:00
jackpoz
24018b7a74 Core/Creature: Ignore combat reach when looking for assisting creatures
Fixes #25487
2020-09-23 20:17:35 +02:00
Treeston
a6d8a7ad1e Core/ChatCommand: Improve feedback for ambiguous commands 2020-09-23 14:39:39 +02:00
Cerveciento
c84354389e DB/Locales: Add missing esES & esMX POI locales
Closes #25486
2020-09-23 03:15:00 +03:00
Cerveciento
2ca94fa368 DB/Locales: Add missing esES & esMX quest locales (Part 38)
Closes #25485
2020-09-23 03:14:44 +03:00
offl
f4e74ec6c6 DB/Creature: Update Soulguard Watchman's script 2020-09-23 03:14:24 +03:00
offl
e29981f3b3 DB/Creature: Change flight state CanFly to DisableGravity part 2
Updates #6148
2020-09-23 03:13:56 +03:00
jackpoz
16292f9d94 Core/Pet: Fix GetDebugInfo() output 2020-09-22 20:41:00 +02:00
Treeston
899932a275 Scripts/Commands: Move .account to trinity_string 2020-09-22 20:26:51 +02:00
offl
495d7d60d3 DB/Creature: Implement Anzu summoning event
Closes #22717
2020-09-22 03:06:06 +03:00
Giacomo Pozzoni
e2d643f551 Core/Quest: Fix wrong feedback sent to the quest sharing sender with auto-accept quests. (PR #25477) Closes #25474.
Co-authored-by: Treeston <treeston.mmoc@gmail.com>
2020-09-22 00:34:41 +02:00
Cerveciento
bdd416fb77 DB/Locales: Add missing esES & esMX quest greeting locales (Part 2)
Closes #25475
2020-09-21 04:32:21 +03:00
offl
2a7181b494 DB/Creature: Change flight state CanFly to DisableGravity part 1
Updates #6148

That fish in Dalaran aquarium is finally visible
2020-09-21 04:31:53 +03:00
offl
703dd91b3d DB/Event: Make Brewfest Building event start and end before Brewfest
Closes #25473
2020-09-21 04:31:26 +03:00
Treeston
26c510775c Core/ChatCommands: Add trinity_string support for chat command help 2020-09-21 02:37:18 +02:00
Treeston
e11b466897 Scripts/Commands: Rename .additemset to .additem set to avoid ambiguity 2020-09-20 22:29:09 +02:00
Treeston
9fda67d016 Scripts/ChatCommands: Constrain how char const* may be used as a command handler parameter. It may now only be used in the legacy configuration, as the only argument. 2020-09-20 15:01:46 +02:00
Treeston
991dc8e050 1eca51b follow-up, nuke command.permission from orbit; it was only duplicating data already stored in the core. 2020-09-20 03:31:54 +02:00
Treeston
1eca51b417 [3.3.5] ChatCommands, the other half: chat command resolution refactor (PR #25463) 2020-09-20 02:50:38 +02:00
jackpoz
a724903b8b CI/AppVeyor: Add artifact without symbols for smaller download size 2020-09-19 23:40:48 +02:00
Giacomo Pozzoni
4b7d19c91b Core/SAI: Add orientation and delay columns to waypoints table (#25472)
* Core/SAI: Add orientation and delay columns to waypoints table

* Rename 2020_99_99_99_world.sql to 2020_09_19_00_world.sql
2020-09-19 23:33:29 +02:00
Giacomo Pozzoni
7dd51ae6d9 Core/SAI: Fix SMART_ACTION_WP_PAUSE with 0 delay pausing the path only for 1 world loop update (#25471)
* Core/SAI: Fix SMART_ACTION_WP_PAUSE with 0 delay pausing the path only for 1 world loop update

* Add code comments

* Remove special handling of SMART_ACTION_WP_PAUSE in SMART_EVENT_WAYPOINT_REACHED
2020-09-19 23:32:12 +02:00
xvwyh
2d6237f06a Core/PathFinding: Fix GetPathPolyByPosition() using only 2D distance instead of 3D
Signed-off-by: jackpoz <giacomopoz@gmail.com>
2020-09-19 21:35:40 +02:00
jackpoz
5491cb51a2 Core/Loot: Raise max number of loot items from 16 to 18
Fixes #23948
2020-09-19 16:57:14 +02:00
Aokromes
91cda8b1cd Common/Metric: Fix build with PERFORMANCE_PROFILING and/or WITHOUT_METRICS 2020-09-19 03:21:36 +02:00
ForesterDev
2a91743d6c Core/PacketIO: Updated SMSG_CHAT_SERVER_MESSAGE (#25468)
* Core/PacketIO: Updated enabled SMSG_CHAT_SERVER_MESSAGE

(cherry picked from commit fc7014628a)

Co-authored-by: Vincent-Michael <Vincent_Michael@gmx.de>
2020-09-18 19:21:12 +02:00
offl
3ce1a5b3ac DB/Gameobject: Add correct door to Sethekk Halls 2020-09-18 18:44:08 +03:00
Cerveciento
7d3901302d DB/Locales: Add missing esES & esMX quest locales (Part 37)
Closes #25469
2020-09-18 17:26:00 +03:00
Cerveciento
a2de13aff3 DB/Locales: Add missing esES & esMX quest locales (Part 36)
Closes #25466
2020-09-18 17:25:43 +03:00
offl
88801630ad DB/Creature: Add formations & correct waypoints for creatures from Mana-Tombs 2020-09-18 17:25:25 +03:00
offl
af8f8f2fb5 DB/Creature: Add correct waypoints for Bimble Longberry 2020-09-18 17:25:05 +03:00