Commit Graph

887 Commits

Author SHA1 Message Date
Meji 11cc5c0d3b Core/BattlePets: Misc fixes (#27057)
* Rename WorldPackets::BattlePet::BattlePet::CollarID to WorldPackets::BattlePet::BattlePet::DisplayID
* Use the DisplayID field to store the model of the battle pet. If the species has BattlePetSpeciesFlags::RandomDisplay, nothing is stored. Otherwise a random model is chosen from those available
* Stored DisplayID in ITEM_MODIFIER_BATTLE_PET_DISPLAY_ID when caging the battle pet (previously the CreatureID was being stored)
* Modified SendPlaySpellVisual function to allow sending Target and TargetPosition at the same time
* Added SpellVisual when uncaging
2021-10-16 12:15:03 +02:00
ModoX 68c2fc8ff5 Core/Characters: Made homebind location a WorldLocation (this implicitly adds orientation) (#27055) 2021-10-16 01:17:47 +02:00
Meji 82b3a409db Core/BattlePets: Store declined names (#27025) 2021-10-16 00:48:54 +02:00
TDB Release 251ad7f8a8 TDB 910.21101 - 2021/10/15 2021-10-15 10:18:03 +00:00
Shauren 369caed98e Core: Updated allowed build to 9.1.0.40593 2021-10-13 21:20:44 +02:00
Shauren 293aa781ae SQL: Fix wrong delete query 2021-10-07 10:58:04 +02:00
Shauren aed90ab204 Core: Updated allowed build to 9.1.0.40443 2021-10-07 10:37:02 +02:00
Shauren f602a83bb4 SQL: Fix 2021_10_02_00_characters.sql compatibility with mysql 5.7 2021-10-06 00:15:06 +02:00
Shauren 2bf8110032 Core/Players: Do not show zone on character list before first login 2021-10-02 21:46:58 +02:00
Shauren 11762273c6 Core/Players: Store player creation timestamp and type (normal/npe) 2021-10-02 21:28:11 +02:00
Shauren e806838f28 Core: Updated allowed build to 9.1.0.40120 2021-09-10 12:30:00 +02:00
Shauren 16ed458eee Core: Updated allowed build to 9.1.0.40000 2021-09-02 12:42:10 +02:00
Shauren f8c03a9066 Core/Creatures: Reworked setting move types in database
* Each move type has its own field instead of trying to combine everything in InhabitType
* Allow overriding movement separately for each spawn

(cherry picked from commit 592516ae69)
2021-08-24 13:43:06 +02:00
Shauren d0394f939a Core: Updated allowed build to 9.1.0.39804 2021-08-19 11:02:14 +02:00
TDB Release b9ffac3afa TDB 910.21081 - 2021/08/18 2021-08-18 15:19:39 +00:00
Shauren 99da49bf53 SQL: Remove data that shouldnt be in initial character database structure import 2021-08-16 22:24:08 +02:00
Shauren 03f09ea16a Core/Items: Implemented secondary shoulder transmog appearance 2021-08-11 22:32:14 +02:00
Shauren 6c005fadfa Core: Updated allowed build to 9.1.0.39653 2021-08-08 00:18:10 +02:00
TDB Release 6b8bb270a8 TDB 905.21071 - 2021/07/04 2021-07-04 22:30:16 +00:00
Shauren 4621babae7 SQL: Fix base/auth_database.sql 2021-06-22 13:43:08 +02:00
Treeston 386ec58233 Scripts/Commands: new command '.debug instancespawn'
(cherry picked from commit 6ce078d8e8)
2021-06-16 22:50:04 +02:00
Treeston e090c9a00e Scripts/Commands: New command: .debug threatinfo
(cherry picked from commit f45c211987)
2021-05-16 21:57:35 +02:00
Shauren f3465003df Core: Updated allowed build to 9.0.5.38556 2021-05-12 01:10:21 +02:00
Shauren d9d242bea4 Core/Quests: Set quest accept time updatefield 2021-05-11 15:47:58 +02:00
Shauren 3ad389efee Core/Quests: Un-deprecate QUEST_SPECIAL_FLAGS_EXPLORATION_OR_EVENT 2021-05-11 00:38:08 +02:00
Shauren 5fdd2c95ef SQL: Fix copypaste 2021-04-10 23:58:23 +02:00
Shauren 9c1247c1e7 Core: Updated allowed build to 9.0.5.38134 2021-04-10 23:34:19 +02:00
Shauren 5faecb6c67 SQL: Add missing updates entry 2021-04-06 00:14:51 +02:00
Shauren d29dd1eeb5 Core/Misc: Change all unix time columns in character database to bigint (signed) 2021-04-05 23:47:05 +02:00
Matan Shukry 1c852af7f2 Core/Spells: Implement SPELL_EFFECT_TELEPORT_TO_RETURN_POINT (#26217) 2021-03-28 00:22:34 +01:00
ForesterDev 7bd3914663 Scripts/Commands: modify command .dismount to target any selected player (#19788)
- change security lvl for command .dismount to 2 (gamemasters). For players there is /dismount command

Closes #19788

(cherry picked from commit 661dfee80e)
2021-03-15 20:17:31 +01:00
Shauren bf445cdc90 Core: Updated allowed build to 9.0.2.37474 2021-02-09 17:33:21 +01:00
Shauren 21d28a0190 Core: Updated allowed build to 9.0.2.37176 2021-01-13 11:21:42 +01:00
Shauren adf5f9035b Core: Updated allowed build to 9.0.2.37142 2021-01-10 12:33:02 +01:00
Mikhail Redko 7625bd960e Core/WorldSession: Add RBAC permission for skipping idle connection check (#20595)
(cherry picked from commit 558382ed6d)
2020-12-31 23:23:50 +01:00
Shauren 4ca15ec065 Core/Commands: Add .reload vehicle_template 2020-12-31 14:13:29 +01:00
RealLushen 01af07c20b DB/Auth: Corrected expansion NOT NULL DEFAULT to 8 (Shadowlands) 2020-12-23 00:04:43 +01:00
Shauren 8742bf353d Core: Updated allowed build to 9.0.2.36949 2020-12-15 19:38:08 +01:00
Shauren 93f2affbf2 Core/Corpses: Fixed client crashes with player corpses
Closes #25714
2020-12-13 18:38:31 +01:00
Shauren bd0a011032 SQL: Correct hash of 2020_11_16_00_characters.sql 2020-12-09 17:47:26 +01:00
Shauren aede11f8aa Core: Updated allowed build to 9.0.2.36839 2020-12-08 18:17:02 +01:00
Shauren 75c227d1a0 Core: Updated allowed build to 9.0.2.36753 2020-12-08 18:16:47 +01:00
Shauren b82a3a557a Core/DataStores: Updated db2 structures to 9.0.2
* Includes support for new character customization
2020-12-08 18:16:47 +01:00
TDB Release f0a87e11f2 TDB 837.20101 - 2020/10/20 2020-10-20 21:43:38 +00:00
Shauren 87448621ac Core: Add mac client support for build 35662 2020-09-25 19:54:37 +02:00
Shauren 2cb0d575ab Core: Updated allowed build to 8.3.7.35662 2020-08-26 21:03:23 +02:00
Treeston 703910d71b Scripts/Commands: New utility command: .list spawnpoints.
(I just needed it for dynspawn follow-up work, really.)

(cherry picked from commit fcd6fe0aac)
2020-08-22 13:11:34 +02:00
TDB Release f4b4425862 TDB 837.20081 - 2020/08/14 2020-08-14 21:46:30 +00:00
Shauren 49de30e928 Core: Add mac client support for build 35435 2020-08-08 00:18:07 +02:00
Shauren 05d457455a Core: Updated allowed build to 8.3.7.35435 2020-08-06 20:43:38 +02:00