Commit Graph

33926 Commits

Author SHA1 Message Date
Matan Shukry
ee839fee1e Core/SAI: Added new Flags argument for SMART_ACTION_SUMMON_CREATURE (#26055)
* Added personalSpawn for SMART_ACTION_SUMMON_CREATURE
* Added flags for smart action summon creature, including prefer unit and personal spawn. When preferUnit flag is chosen only the unit will be chosen, even if nullptr

(cherry picked from commit e0278f0537)

# Conflicts:
#	src/server/game/AI/SmartScripts/SmartScript.cpp
#	src/server/game/AI/SmartScripts/SmartScriptMgr.h
2021-04-05 17:29:41 +02:00
Shauren
013f8370a0 Core/Misc: Enum flag v3 - allow enabling flag operations directly after enum definition when inside namespaces
(cherry picked from commit ec87d048b4)

# Conflicts:
#	src/server/game/AuctionHouse/AuctionHouseMgr.cpp
#	src/server/game/AuctionHouse/AuctionHouseMgr.h
#	src/server/game/Entities/Object/ObjectGuid.h
#	src/server/game/Entities/Object/Updates/UpdateField.h
#	src/server/game/Entities/Object/Updates/UpdateFields.cpp
#	src/server/game/Entities/Object/Updates/UpdateFields.h
#	src/server/game/Entities/Player/CollectionMgr.cpp
#	src/server/game/Entities/Player/CollectionMgr.h
#	src/server/game/Phasing/PhaseShift.cpp
#	src/server/game/Phasing/PhaseShift.h
#	src/server/game/Phasing/PhasingHandler.cpp
2021-04-05 16:30:09 +02:00
Shauren
ab97969202 Core/Misc: Improve enum flags with type safe operators
(cherry picked from commit 0763844fb6)

# Conflicts:
#	src/server/game/AuctionHouse/AuctionHouseMgr.cpp
#	src/server/game/AuctionHouse/AuctionHouseMgr.h
#	src/server/game/Entities/Object/ObjectGuid.h
#	src/server/game/Entities/Object/Updates/UpdateField.h
#	src/server/game/Entities/Object/Updates/UpdateFields.cpp
#	src/server/game/Entities/Object/Updates/UpdateFields.h
#	src/server/game/Entities/Player/CollectionMgr.cpp
#	src/server/game/Entities/Player/CollectionMgr.h
#	src/server/game/Entities/Player/Player.cpp
#	src/server/game/Entities/Unit/Unit.cpp
#	src/server/game/Globals/ObjectMgr.h
#	src/server/game/Phasing/PhaseShift.cpp
#	src/server/game/Phasing/PhaseShift.h
#	src/server/game/Phasing/PhasingHandler.cpp
2021-04-05 16:24:06 +02:00
Mikhail Redko
6a72f9fbfd Core/Player: Fix output of .additem command with negative count value (#26290) 2021-04-04 22:19:29 +02:00
CraftedRO
db69b832b9 Group repair command attempt (#26304)
* Group repair command attempt

* Update cs_group.cpp
2021-04-04 22:01:46 +02:00
killerwife
00da074109 MapExtraction: Fix water height redundancy algorithm ignoring "no water" (#26324)
* MapExtraction: Fix water height redundancy algorithm ignoring "no water"

* Update MMAP_VERSION

* Change map version

Co-authored-by: jackpoz <giacomopoz@gmail.com>
2021-04-04 21:52:57 +02:00
Giacomo Pozzoni
42877e75e2 Core/Maps: Change .map file version from FourCC to uint32 (#26326) 2021-04-04 21:49:50 +02:00
Giacomo Pozzoni
39bd263c72 CI/GitHub: Install GCC 8 (#26341) 2021-04-03 21:27:06 +02:00
Keader
c6e2b6e88c Revert "Core/Spells: Spells with Attribute SPELL_ATTR1_DISPEL_AURAS_ON_IMMUNITY should dispel snare auras. (#20621)"
This reverts commit b507acf1c0.
2021-04-03 10:20:16 -03:00
CraftedRO
0c3bbf5c65 DB/Creature: Add scripts to some creatures
Closes #26335
2021-04-03 02:22:23 +03:00
offl
293ae05d31 Scripts/Quest: Rework 'Basic Orders' (25199) (#26294) 2021-04-03 00:27:59 +03:00
Cerveciento
7fd6733dac DB/Locales: Add missing esES & esMX quest locales (Part 139)
Closes #26338
2021-04-02 21:36:07 +03:00
Cerveciento
15725b51e6 DB/Locales: Add missing esES & esMX quest locales (Part 138)
Closes #26336
2021-04-02 21:35:52 +03:00
Cerveciento
6e9456b578 DB/Locales: Add missing esES & esMX quest locales (Part 137)
Closes #26330
2021-04-02 21:35:35 +03:00
Cerveciento
a6f907d455 DB/Locales: Add missing esES & esMX quest locales (Part 136)
Closes #26327
2021-04-02 21:35:19 +03:00
Cerveciento
f1d8ff9e40 DB/Locales: Add missing esES & esMX quest locales (Part 135)
Closes #26320
2021-04-02 21:35:02 +03:00
Cerveciento
a772946ccc DB/Locales: Add missing esES & esMX quest locales (Part 134)
Closes #26314
2021-04-02 21:34:44 +03:00
Gildor
80f30d5ca9 Core/Maps: increase value of fixed offset when retrieving floor Z (#26321) 2021-03-26 13:26:21 +01:00
offl
1e76fc7a5d DB/Gossip: Use original gossip ids in some cases 2021-03-23 23:09:34 +02:00
Cerveciento
a0be136f48 DB/Locales: Add missing esES & esMX quest locales (Part 133)
Closes #26306
2021-03-23 23:09:05 +02:00
Cerveciento
bce5d0c25a DB/Locales: Add missing esES & esMX quest locales (Part 132)
Closes #26284
2021-03-23 00:24:53 +02:00
CraftedRO
408afc8401 DB/Creature: Add scripts to some creatures
Closes #26273

Closes #26274

Closes #26275

Closes #26282

Closes #26287

Closes #26289
2021-03-23 00:24:40 +02:00
offl
5fe74db304 DB/Locales: Remove (Deprecated) & (UNUSED) parts of object & creature names if English names doesn't contain those words 2021-03-20 20:29:01 +02:00
offl
1a624cad36 Scripts/Ahn'kahet: Herald Volazj texts (#26202)
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2021-03-20 17:00:12 +02:00
Jakub Cieplinski
397d4b5d05 Group level up (#26139)
* First version of command handler

* Done HandleReviveAllCommand

* Moved command to group subcommonads

* Added group level up

* Removed empty line

* Added additional nullchecks

* Removed newline

* Code styling

* Added group set level command

* Removed whitespace

* Removed group set level command

* Unnecessary comma

* Added check for level lower bound
2021-03-20 12:21:22 +01:00
CraftedRO
81a32f89f6 DB/Creature: Add scripts to some creatures
Closes #26257

Closes #26262

Closes #26263

Closes #26265

Closes #26267
2021-03-19 03:27:14 +02:00
offl
f8274d3b71 DB/Locales: Remove (Deprecated) & (UNUSED) parts of some object & creature names
Closes #26258

Closes #26259

Closes #26260

Closes #26268
2021-03-19 03:26:36 +02:00
gygyti
6d5705a104 DB/Loot: Remove 'Wastewander Water Pouch' from Andre Firebeard
Closes #26256
2021-03-19 03:24:27 +02:00
offl
602f41c7ad DB/Loot: Create common skinning loot tables for some dragons
Closes #26251
2021-03-19 03:23:51 +02:00
offl
783946d127 DB/Loot: Add skinning loot to Goreclaw the Ravenous
Closes #26250
2021-03-19 03:23:30 +02:00
Cerveciento
93d1e91de7 DB/Locales: Add missing esES & esMX quest locales (Part 131)
Closes #26266
2021-03-19 03:23:12 +02:00
Cerveciento
c32032bf5a DB/Locales: Add missing esES & esMX quest locales (Part 130)
Closes #26252
2021-03-19 03:22:52 +02:00
Cerveciento
9bd14bbc6c DB/Locales: Add missing esES & esMX quest locales (Part 129)
Closes #26249
2021-03-17 02:13:35 +02:00
offl
1d9541cc88 DB/Creature: Update stats of some creatures 2021-03-17 02:13:17 +02:00
offl
ae9b0ea6e1 DB/Creature: Add more proper spell for Muckshell Snapclaw
Closes #26248
2021-03-17 02:12:53 +02:00
offl
4b73205c72 DB/Creature: Fix movement states of Air Force guards
Ref #23580
2021-03-17 02:12:33 +02:00
offl
96e1fd54eb DB/Quest: Remove wrongly added Progress text (Seeping Corruption)
Ref #23722
2021-03-17 02:12:15 +02:00
offl
5c84ba6148 DB/Creature: Fix position of one School of Fish
Closes #25858
2021-03-17 02:11:58 +02:00
TDB Release
8c3cddd0d2 TDB 335.21031 - 2021/03/15 TDB335.21031 2021-03-15 17:34:11 +00:00
offl
df8ab338c7 DB/Quest: Rework 'Avruu's Orb' (9418) 2021-03-15 01:09:31 +02:00
Cerveciento
67a928136f DB/Locales: Add missing esES & esMX quest locales (Part 128)
Closes #26242
2021-03-15 01:07:02 +02:00
Cerveciento
1ae55803b6 DB/Locales: Add missing esES & esMX quest locales (Part 127)
Closes #26229
2021-03-14 03:21:28 +02:00
offl
2de3d5857c DB/Creature: Change faction of Riding Horse (Gadgetzan)
Closes #26224
2021-03-14 03:21:12 +02:00
offl
53e2ad9dd3 DB/Loot: Create common skinning loot tables for some turtles
Closes #26238
2021-03-14 03:20:57 +02:00
offl
c905af818c DB/Quest: Rework 'A Spirit Guide' (9410) 2021-03-14 03:20:36 +02:00
offl
43fa6698d7 DB/Quest: Rework 'The Road to Falcon Watch' (9375)
Closes #26233
2021-03-14 03:17:43 +02:00
offl
b06e12c654 DB/Misc: Link additional graveyard to Icecrown zone
Closes #26189
2021-03-14 03:15:26 +02:00
offl
3bf7b6eec8 DB/Quest: Update 'The Fall of Magtheridon' (11003) 2021-03-14 03:15:05 +02:00
offl
8ebdf736fc DB/Quest: Update 'Precious Elemental Fluids' (12510) 2021-03-14 03:14:48 +02:00
offl
e702f97ff7 DB/Quest: Rework 'Too Much of a Good Thing' (12516)
Closes #26185
2021-03-14 03:14:33 +02:00