Commit Graph

14305 Commits

Author SHA1 Message Date
offl 03c1fd556d DB/Creature: Remove UNIT_FLAG_RENAME 2 2021-01-08 03:31:48 +02:00
offl d0b9aaa503 DB/Creature: Remove UNIT_FLAG_RENAME
Ref #25764

Definitely should not be stored in DB
2021-01-08 03:25:14 +02:00
offl 79662ba749 DB/Creature: Update stats of some creatures 2021-01-08 03:24:24 +02:00
offl 27722d42ef DB/Creature: Add UNIT_FLAG2_UNK1 (CREATURE_DIFFICULTYFLAGS_2_HIDE_BODY) 2021-01-08 00:49:18 +02:00
offl bc699334d9 DB/Creature: Add UNIT_FLAG2_DISABLE_TURN (CREATURE_DIFFICULTYFLAGS_3_DISABLE_TURN) 2021-01-08 00:43:45 +02:00
Mikhail Redko a9db8a9b9a Scripts/Spells: Implement effect "Party Time" & Add Rejuvenation when eating Deviate Fish (#25802)
* Scripts/Spells: Implement effect "Party Time" & Add Rejuvenation when eating Deviate Fish

* Rename XXXX_XX_XX_XX_world.sql to 2021_01_06_08_world.sql

Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2021-01-06 20:47:58 +01:00
Mikhail Redko 65083dc936 Scripts/Spells: Implement hunter pet talent "Improved Cower" (#25804)
* Scripts/Spells: Implement hunter pet talent "Improved Cower"

Closes #25600

* Rename XXXX_XX_XX_XX_world.sql to 2021_01_06_07_world.sql

Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2021-01-06 20:43:20 +01:00
offl 12a3557fb2 DB/Creature: Remove UNIT_FLAG_PVP since no longer used
Ref #25764
2021-01-06 19:49:51 +02:00
offl 8e8e67f38c DB/Creature: Remove serverside unit flags from creature table
Ref 1f4b5c2f56
2021-01-06 19:49:24 +02:00
Cerveciento abe8fb01e0 DB/Locales: Add missing esES & esMX quest locales (Part 86)
Closes #25805
2021-01-06 03:51:40 +02:00
offl 125fb3e5fb DB/Creature: Update stats of some creatures 2021-01-06 03:51:24 +02:00
offl 88f1f193df DB/Creature: Replace UNIT_FLAG_CONFUSED by auras 2021-01-06 03:51:08 +02:00
offl 46fa4c2a96 DB/Creature: Update stats & auras of some creatures 2021-01-06 03:50:43 +02:00
offl e088c941d8 DB/Creature: Replace various unit flags by auras 2021-01-06 03:50:27 +02:00
offl a0da54d66f DB/Creature: Remove UNIT_FLAG_REMOVE_CLIENT_CONTROL
Ref #25764
2021-01-04 20:01:23 +02:00
offl 6bbf734f40 DB/Creature: Restore incorrectly removed movement states
Ref 6d3c01732d
2021-01-04 19:59:37 +02:00
Cerveciento 0e3b28c02d DB/Quest: Remove NULL as string in CompletionText
Closes #25799
2021-01-04 16:59:28 +02:00
Cerveciento 0852159d24 DB/Locales: Add missing esES & esMX quest locales (Part 85)
Closes #25800
2021-01-04 16:58:46 +02:00
Cerveciento ce8a74753b DB/Locales: Add missing esES & esMX quest locales (Part 84)
Closes #25798
2021-01-04 16:58:28 +02:00
Cerveciento c2ea6c94dc DB/Locales: Add missing esES & esMX quest locales (Part 83)
Closes #25784
2021-01-04 04:04:17 +02:00
Cerveciento 32c184375d DB/Locales: Add missing esES & esMX quest locales (Part 82)
Closes #25783
2021-01-04 04:03:57 +02:00
Cerveciento d053cb2609 DB/Locales: Add missing esES & esMX quest locales (Part 81)
Closes #25780
2021-01-04 04:03:38 +02:00
Cerveciento 5ca8f1fcee DB/Locales: Add missing esES & esMX quest locales (Part 80)
Closes #25779
2021-01-04 04:03:22 +02:00
offl 1f4b5c2f56 DB/Creature: Remove serverside unit flags
Ref #25764
2021-01-04 04:02:58 +02:00
offl 6d3c01732d DB/Creature: Remove DisableGravity if not really needed & not present as difficulty flag 2021-01-04 04:02:12 +02:00
offl 4eafa57adb DB/Quest: Rework 'Rescuing Evanor' (11681) 2021-01-04 04:01:53 +02:00
offl 14da6e3109 DB/Creature: Verify & update positions of creatures in Sanctum of the Stars 2021-01-04 04:01:35 +02:00
offl c09bd08f81 DB/Quest: Implement 'The Deadliest Trap Ever Laid' (11097)
Updates #6318
2021-01-04 04:00:57 +02:00
offl 6af98634d8 DB/Quest: Update 'The Stones of Vekh'nir' (10565) 2021-01-04 04:00:37 +02:00
offl 8a66df5a85 DB/Quest: Rework 'Finding the Keymaster' (10256) 2021-01-04 04:00:20 +02:00
offl 655bb94f8e DB/Quest: Rework 'The Archmage's Staff' (10173) 2021-01-04 03:59:13 +02:00
jackpoz 435d50bf2e SQL: Fix world update script 2021-01-04 00:06:07 +01:00
jackpoz b13d431ba2 SQL: Fix auth db db structure 2021-01-03 23:03:27 +01:00
Shauren 8d450f3f07 Core/Commands: Add .reload vehicle_template
(cherry picked from commit 4ca15ec065)

# Conflicts:
#	sql/base/auth_database.sql
#	src/server/game/Accounts/RBAC.h
2021-01-03 22:51:53 +01:00
Sevi 6392d9ac48 Core/Vehicles: add a way to delay the Vehicle despawn Time if its needed.
* New database table `vehicle_template` holds info for despawn delay with option to extend it in the future

(cherry picked from commit c7b10d3c5f)

# Conflicts:
#	src/server/game/Entities/Unit/Unit.cpp
#	src/server/game/Entities/Vehicle/Vehicle.cpp
#	src/server/game/Globals/ObjectMgr.cpp
#	src/server/game/Globals/ObjectMgr.h
2021-01-03 22:10:55 +01:00
jackpoz 9994459bd1 Scripts/Commands: Include map min height in ".gps" command 2020-12-27 17:14:22 +01:00
offl 8ca575ed52 DB/Spell: Add effects to more spells from Violet Hold
Turned out almost all spells from BM were copied to create Violet Hold. Not only serverside spells and not only their effects but also attributes and icons. The scripts were also copied, possibly unchanged
2020-12-27 03:06:31 +02:00
Cerveciento 9f7df813c5 DB/Locales: Add missing esES & esMX quest locales (Part 79)
Closes #25766
2020-12-27 03:03:40 +02:00
Cerveciento 06e5dfc6cf DB/Quest: Add missing CompletionText to 2 quests
Closes #25752
2020-12-27 03:03:23 +02:00
offl 290f2c2fbf DB/Creature: Replace unit flags stun & immune with auras 2020-12-27 03:02:56 +02:00
offl 15b37ba15a DB/Creature: Add conditions to Steam Tonk's spells & misc fixes
Ref ed8bf7f0e2 Updates #9373
2020-12-27 03:02:19 +02:00
offl 85d614fe8d DB/Spell: Add effects to all summoning spells from Violet Hold 2020-12-26 00:38:27 +02:00
offl d9785294fe DB/Creature: Use serverside spells to activate taxi at Wyrmrest Temple 2020-12-26 00:38:10 +02:00
offl 0801351285 DB/Creature: Wyrmrest Protector & Warden of the Chamber 2020-12-26 00:37:51 +02:00
offl d58ac3a10a DB/Spell: Add effects to some serverside spells 2020-12-25 00:42:12 +02:00
offl 5efb29c66f DB/Quest: Update 'Cycle of Life' (12454) 2020-12-25 00:41:56 +02:00
offl be615b28d0 DB/Quest: Rework 'The Honored Ancestors' (11605) 2020-12-25 00:41:36 +02:00
offl 2094bc5380 DB/Quest: Update 'Ebon Blade Prisoners' (12982) 2020-12-25 00:41:16 +02:00
Cerveciento 95c4fcdeaf DB/Locales: Add missing esES & esMX quest locales (Part 78)
Closes #25753
2020-12-23 21:44:44 +02:00
Cerveciento 588755cf1f DB/Locales: Add missing esES & esMX quest locales (Part 77)
Closes #25751
2020-12-23 21:44:25 +02:00