Commit Graph

32708 Commits

Author SHA1 Message Date
offl
2211610ff7 DB/Creature: Remove model from creature table if not needed
Closes #24822
2020-06-26 20:14:45 +02:00
offl
13bdd5184e DB/Creature: Lady Liadrin
Closes #24820
2020-06-26 19:31:18 +02:00
offl
f9a7e546a0 DB/Quest: A Father's Duty
Closes #18653
2020-06-26 16:18:21 +02:00
offl
f621173748 DB/Quest: Convert Galen's Escape to SAI
Closes #23684
2020-06-26 16:05:08 +02:00
offl
69d3b30a86 DB: Goblin Land Mine
Closes #22429
2020-06-26 15:59:20 +02:00
offl
f2c2210dbb DB/Quest: Convert & update support for 'City of Light' to SAI
Closes #24814
2020-06-26 15:49:39 +02:00
offl
0740692117 DB/SAI: Rework Mana-Tombs
Closes #24808
2020-06-26 14:13:34 +02:00
jackpoz
3ac1992afb Core/MMAPs: Fix small steps being considered as NAV_AREA_GROUND_STEEP 2020-06-24 22:53:41 +02:00
Rothend
3227ed94bc Script/Creature: script Terokk's encounter (#24871)
* Script/Creature: script Terokk's encounter.

Closes #2029

* Apply suggested changes.

* Fix nopch build.

* Rename 9999_99_99_99_world_terokk.sql to 2020_06_24_02_world.sql

* Update 2020_06_24_02_world.sql

Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
Co-authored-by: Eridium <6587064+Killyana@users.noreply.github.com>
2020-06-24 22:02:44 +02:00
Rothend
e3bac11837 Core/Player: do not consider FLAG_EXTRA_NO_XP_AT_KILL or pet status when deciding if a creature counts as a "gives experience or honor" target. (#24884)
Closes #23860
2020-06-24 21:41:01 +02:00
Rothend
37cb391796 Core/SAI: do not allow the waypoint pause timer to update while in combat. (#24877) 2020-06-24 21:32:21 +02:00
Rothend
5339d1d3b8 Core/SAI: implement SMART_EVENT_SUMMONED_UNIT_DIES (82), useable by creatures and gameobjects (#24874)
* Core/SAI: implement SMART_EVENT_SUMMONED_UNIT_DIES (82), useable by creatures and gameobjects.

Closes #24831

* Update SmartScriptMgr.h
2020-06-24 21:27:34 +02:00
Rothend
5f35bf9e79 Script/Spell: fix Midsummer's Juggling Torch (#24885)
* Script/Spell: fix Midsummer's Juggling Torch.

Closes #17446

* Remove unneeded GetPosition() call, thanks jackpoz for noticing!

* Rename 9999_99_99_99_world_midsummer_torch_juggling.sql to 2020_06_24_01_world.sql

Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2020-06-24 21:26:01 +02:00
Gildor
9405f78ee4 Core/Spells: SPELL_AURA_PERIODIC_DUMMY should be negative if TargetType is enemy (#24864) 2020-06-24 21:18:10 +02:00
Rothend
50a9c49c88 Core/Spell: fix ammo consumption for Hunter's non-damaging spells. (#24819) 2020-06-24 21:08:39 +02:00
Carbenium
93fee78c3c Rename SQL update file of commit f7faf2025 2020-06-24 15:13:38 +02:00
Carbenium
488b91ab83 Core/Battlefield: Move SendInitWorldStatesTo to Battlefield class 2020-06-24 15:09:57 +02:00
Carbenium
c40b897d36 Scripts/Battlefield: Move npc_wg_give_promotion_credit script to BattlefieldWG
The script references BattlefieldWG, which is not exported in dynamic builds.
Move the script, so it is in the same library.
2020-06-24 15:09:57 +02:00
Carbenium
f7faf20254 Battlefields: Move BF scripts out of game
This commit introduces the usual script interface
for battlefields.
2020-06-24 15:09:57 +02:00
Carbenium
7b3d691c0b Entities/WorldObject: Add IsInWorldPvpZone to keep API similar to master 2020-06-24 15:09:57 +02:00
Carbenium
22c12e7123 Core/Misc: Move WorldState enum to SharedDefines
Move WG battlefield world states to the global enum
2020-06-24 15:09:57 +02:00
Carbenium
6a8c12587e Core/Misc: Create new enum for AreaIds
Move Wintergrasp BF related values there
2020-06-24 15:09:57 +02:00
ipriver
a46d047f94 fixed indentation for cmake files 2020-06-24 14:42:02 +02:00
Peter Keresztes Schmidt
b210bb3713 Core/Misc: Replace Trinity::make_unique with std (#24869)
(cherry picked from commit bab5fd87a3)
2020-06-23 18:03:16 +02:00
TheWinchesters
dc41aae042 DB/GameEvent: Fix Stranglethorn Fishing Extravaganza Turn-ins and Darkmoon Faire Building
Closes #23011
2020-06-22 15:02:50 +02:00
Shauren
a9f9f737b2 Core/Misc: Properly close database connections when using --update-databases-only arg 2020-06-22 09:53:10 +02:00
Rothend
4caa218641 Core/EscortAI: set maximum distance allowed between player and escortee to default vision range. (#24865) 2020-06-21 21:20:45 +02:00
jackpoz
3778f23c57 Core/LFG: Sanitize LFG roles sent by clients 2020-06-21 20:19:11 +02:00
NoName
51b221c8f8 Script/ScarletEnclave: Eye of acherus now rooted at spawn (#24725) 2020-06-21 12:56:41 +02:00
Gildor
a555bf1fd7 Core/Spells: SPELL_AURA_MOD_HEALING should be negative if TargetType is negative (#24862) 2020-06-21 12:55:29 +02:00
Carbenium
05025d79f3 Fix non-PCH build 2020-06-21 01:28:12 +02:00
ForesterDev
8e0365d8a6 DB/Account: update account_access table (#24788)
* DB/Account: update account_access table:

- rename fields id -> AccountID, gmlevel -> SecurityLevel
- add Comment field
- rename command .acc set gmlevel to .acc set seclevel

* Update auth database

* Fix primary key

* Temporary restore old command account set gmlevel with same handler as account set seclevel

Use Optional  for realmID - if not set, use -1 (for all realms)

* Rename 2020_XX_XX_00_auth.sql to 2020_06_20_00_auth.sql

* Update auth_database.sql

* Rename 2020_XX_XX_00_world.sql to 2020_06_20_06_world.sql

Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2020-06-20 21:49:18 +02:00
offl
4199a31432 DB/SAI: Convert support for 'Set Them Ablaze!' from event scripts to SAI
Closes #24805
2020-06-20 21:44:17 +02:00
offl
04ba947b3f DB/Creature: Spy To'gun
Closes #24804
2020-06-20 21:22:58 +02:00
offl
7549d04331 DB/Creature: Tortured Skeleton
Closes #24803
2020-06-20 21:21:41 +02:00
offl
0e1835ee78 DB/SAI: Rework Shadow Labyrinth
Closes #24800
2020-06-20 21:07:41 +02:00
ipriver
1e1c0d5e6f DB/spell_target_position: Update position for Atiesh portal destination
Closes #24797
2020-06-20 20:40:57 +02:00
Killyana
75bc0f6771 Script: Remove npc_avatar_of_martyred converted to SAI
Ref 5924e038d6
2020-06-20 20:35:36 +02:00
offl
5924e038d6 DB/SAI: Rework Auchenai Crypts
Closes #24795
2020-06-20 20:20:32 +02:00
Shauren
749a825afe Build: Fix gcc pch builds
(cherry picked from commit 8c4e6c5e14)
2020-06-20 15:11:03 +02:00
jackpoz
54e30d4eba Scripts/VioletHold: Limit the number of current summons before the waves start 2020-06-20 14:12:47 +02:00
Giacomo Pozzoni
4e1dbd1cf8 Log number of Creatures and GameObject per map (#24809)
* Shared/Metric: Allow to specify tags in metrics

* Core/Metric: Log number of Creatures and GameObject per map

* Apply feedback

* Codestyle changes

* Codestyle changes

* Remove whitespace

* Update Grafana dashboards to v7.0.3

* Fix missing filter on realm

* Include Creatures and Gameobjects in Maps dashboard

* Show instances with a different color
2020-06-20 00:04:01 +02:00
Gildor
56d60ee00c Core/Spells: Fix Shadowstep (Rogue), remove 4yd forced radius (#24838) 2020-06-19 22:59:43 +02:00
Gildor
7d88891983 Core/Spells: SPELL_AURA_MOD_ATTACK_POWER_PCT should be negative if TargetType or Basepoints are negative (#24837) 2020-06-19 22:58:41 +02:00
Gildor
18692ad20c Core/Unit: SPELL_INTERRUPT_FLAG_ABORT_ON_DMG should only affect player spells (#24836) 2020-06-19 22:56:46 +02:00
offl
b4b49a02ab DB/Creature: Dark Ranger Marrah
Closes #24718
2020-06-19 21:41:14 +02:00
ipriver
dc467ee0f6 Additional cmake entry for configs
Closes #24812

Co-authored-by: Carbenium <carbenium@outlook.com>
2020-06-19 15:06:03 +02:00
offl
d26c16b863 DB/Creature: Blood Knight Adept
Closes #24790
2020-06-19 00:30:05 +02:00
offl
17c1e07aab DB/Creature: Lakka
Closes #24781
2020-06-18 23:51:50 +02:00
offl
d9d314a89e DB/Creature: Update some creatures stats
Closes #24787
2020-06-18 23:38:55 +02:00