hondacrx
|
460a7c0ca9
|
Core: Update to 10.0.7
Port From (https://github.com/TrinityCore/TrinityCore/commit/922f60fa25569db05a7717b6b55568f321a02f64)
|
2023-03-23 08:03:41 -04:00 |
|
hondacrx
|
da3ec7e367
|
Core/Auras: Implemented SPELL_AURA_KEYBOUND_OVERRIDE
Port From (https://github.com/TrinityCore/TrinityCore/commit/b37333c1d935abe05c854c41bdf7ac6aff7f2882)
|
2023-02-19 01:43:44 -05:00 |
|
hondacrx
|
d408bd2841
|
Some misc fixes. Thanks Pandaros.
|
2023-02-14 07:22:31 -05:00 |
|
hondacrx
|
913614754d
|
Core/Players: Added support for profession equipment slots
Port From (https://github.com/TrinityCore/TrinityCore/commit/aaa0db28801784e64a845d2df90a0e285062d3a8)
|
2023-02-12 02:05:42 -05:00 |
|
hondacrx
|
5803d7e09e
|
DB Updates
|
2023-02-12 01:27:24 -05:00 |
|
hondacrx
|
4b798e7cab
|
Core/Players: Several currency fixes and improvements
Port From (https://github.com/TrinityCore/TrinityCore/commit/03918978c166c9fb191117a0cae9ba1285bf0e37)
|
2023-02-11 23:28:57 -05:00 |
|
hondacrx
|
149fadccab
|
Make PreparedStatements static for each database.
|
2023-02-04 20:55:14 -05:00 |
|
hondacrx
|
edcdfa95c4
|
Fixes unable to create new DB when it doesnt exists.
|
2023-01-23 04:10:54 -05:00 |
|
hondacrx
|
f73e64396f
|
Update license headers for all files.
|
2023-01-18 17:25:32 -05:00 |
|
hondacrx
|
dd8d17a4da
|
Core/DBUpdater: Changed autoupdater created databases to use utf8mb4 instead of utf8mb3
Port From (https://github.com/TrinityCore/TrinityCore/commit/65e787d18be898532363fea3f8847fa4d7f21192)
|
2023-01-11 01:26:59 -05:00 |
|
hondacrx
|
f2f765d650
|
Core/SAI: Add action param 7
Port From (https://github.com/TrinityCore/TrinityCore/commit/09591fbdb0a81f8565c6a16f844953752f597f18)
|
2023-01-06 15:54:49 -05:00 |
|
hondacrx
|
0c782c60c2
|
Core/Creatures: Implement StringId for Creatures, a custom identifier to make finding specific creatures in script easier
Port From (https://github.com/TrinityCore/TrinityCore/commit/61c51b76c00d932a9180bc6781a244dc18375ef7)
|
2023-01-05 16:44:30 -05:00 |
|
hondacrx
|
4718f88ed5
|
TDB 1002.22121 - 2022/12/20
Port From (https://github.com/TrinityCore/TrinityCore/commit/731217703819c26645944091f47aec63b45c25d4)
|
2023-01-04 16:38:19 -05:00 |
|
hondacrx
|
a6a063d526
|
Core/Players: Implemented setting tradeskill recipes as favorite
Port From (https://github.com/TrinityCore/TrinityCore/commit/0555ab2f56e5ad326948df96f5c2e35254e0cf4f)
|
2023-01-04 16:25:50 -05:00 |
|
hondacrx
|
55da7dc549
|
Core/Players: Implemented new talent system
Port From (https://github.com/TrinityCore/TrinityCore/commit/0cc5ab8372f19dad7412038d52dcd39db5e0e171)
|
2023-01-04 02:50:40 -05:00 |
|
hondacrx
|
989b80b056
|
Core: Updated to 10.0.2
Port From (https://github.com/TrinityCore/TrinityCore/commit/e98e1283ea0034baf6be9aa2ffb386eb5582801b)
|
2022-12-28 15:25:15 -05:00 |
|
hondacrx
|
38197f7996
|
Core/AreaTriggers: Implemented new areatrigger type: bounded plane
Port From (https://github.com/TrinityCore/TrinityCore/commit/6856b248836205f3567d27848541859b93d93469)
|
2022-12-17 17:16:08 -05:00 |
|
hondacrx
|
f441175665
|
Core/Garrisons: Implement SMSG_GARRISON_OPEN_TALENT_NPC opcode
Port From (https://github.com/TrinityCore/TrinityCore/commit/4772c4817f1b34553f1c697e2aedc0372af9aea2)
|
2022-10-11 20:27:05 -04:00 |
|
hondacrx
|
4fab4cc6cf
|
Core/Commands: Restore instance management commands
Port From (https://github.com/TrinityCore/TrinityCore/commit/ab12e77cf72bcd361a380c8d1ed37d12fe0e1bbb)
|
2022-10-04 17:40:16 -04:00 |
|
hondacrx
|
8b6a703058
|
Core/Instances: Add prepared statements for InstanceLockMgr
Port From (https://github.com/TrinityCore/TrinityCore/commit/4ce1c6cdf419b52b889ad9dac7fb69d0059a1fe6)
|
2022-10-04 17:08:38 -04:00 |
|
hondacrx
|
7a65cf1434
|
Core/Scenarios: Attempt to restore scenario state from completed encounter info
Port From (https://github.com/TrinityCore/TrinityCore/commit/1e99011edf5e74ef51a7b6f84ca0529e5dbf2492)
|
2022-10-04 14:46:27 -04:00 |
|
hondacrx
|
50e17a01ef
|
Core/Instances: Remove old database statements (WIP)
Port From (https://github.com/TrinityCore/TrinityCore/commit/461a9c024cb6524c7ac87036674ca96107b67c5e)
|
2022-10-04 14:34:12 -04:00 |
|
hondacrx
|
d3dde761a2
|
Core/Instances: Instance lock rewrite (WIP)
Port From (https://github.com/TrinityCore/TrinityCore/commit/17665c929c3a9fb7fe75dd680648129bc1c1f874)
|
2022-10-04 10:00:07 -04:00 |
|
hondacrx
|
b3a1f085ca
|
Core/DBUpdater: No need for sorted set, just order the files when we get them.
|
2022-09-25 20:56:45 -04:00 |
|
hondacrx
|
99587eae3d
|
Core/DBUpdater: Should fix errors when importing on linux.
|
2022-09-25 20:36:47 -04:00 |
|
hondacrx
|
44e9ff9793
|
Core/Database: Fixes game crashes when loading into work due to hotfix_blob table having bad data. Now using mysqlcli to handle all file imports. Must fill out MySQLExecutable in config to use sql updater.
|
2022-09-24 13:30:15 -04:00 |
|
hondacrx
|
3fe93e9a1c
|
Core/bnetserver: Implemented reconnecting with launcherlogin
Port From (https://github.com/TrinityCore/TrinityCore/commit/8a183a6e5ee1cd394aabb9df4e34064466bd3946)
|
2022-09-18 15:24:59 -04:00 |
|
hondacrx
|
55a81d7e99
|
TDB 927.22082 - 2022/08/21
Port From (https://github.com/TrinityCore/TrinityCore/commit/0eff4ec7df6d34db28e09582f3e2a257bc7d35b0)
|
2022-08-25 12:06:51 -04:00 |
|
hondacrx
|
135760cbed
|
Fixes #42
|
2022-08-20 18:36:39 -04:00 |
|
hondacrx
|
ea4014cf0c
|
TDB 927.22081 - 2022/08/19
Port From (https://github.com/TrinityCore/TrinityCore/commit/eb63d1516b32eb156e905e30fe4455df8101b538)
|
2022-08-19 20:07:01 -04:00 |
|
hondacrx
|
02452aaa3d
|
Forgot to change updater to look for newest full DBs
|
2022-08-09 11:03:35 -04:00 |
|
hondacrx
|
e521433e38
|
Core/WorldStates: Move custom worldstates to separate table and move saving worldstate values to WorldStateMgr
Port From (https://github.com/TrinityCore/TrinityCore/commit/e487d78ba7b37c35ede36c554169d26afeac88b0)
|
2022-07-14 20:25:57 -04:00 |
|
hondacrx
|
f41b65ffa6
|
Few more missed escaped words
|
2022-07-11 16:45:37 -04:00 |
|
hondacrx
|
df440b2025
|
Missed some escaped words for newer mysqls
|
2022-07-11 15:54:00 -04:00 |
|
hondacrx
|
c7123ad860
|
Core/Quests: Reset seasonal quests based on saved completion time and intended holiday start time
Port From (https://github.com/TrinityCore/TrinityCore/commit/49ad0d2d495a9f817ad2820f8e616f3a6564b480)
|
2022-07-04 01:15:52 -04:00 |
|
hondacrx
|
286294a108
|
Core/Transmog: Implemented Transmog Illusions + Spelleffect to unlock them
Port From (https://github.com/TrinityCore/TrinityCore/commit/125ada42f6be220a52315d06d61e472a2ba83395)
|
2022-06-14 23:07:23 -04:00 |
|
hondacrx
|
ed79f93c7b
|
1eca51b follow-up, nuke command.permission from orbit; it was only duplicating data already stored in the core.
Port From (https://github.com/TrinityCore/TrinityCore/commit/46d4e2fa8378eed414c07eb161a19b772c474735)
|
2022-06-09 16:27:15 -04:00 |
|
hondacrx
|
5ead95eb9f
|
Core/DataStores: Updated structures to 9.2.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/6c8ef045a52723618b91c565ae6c3efc711e7581)
|
2022-06-03 20:12:36 -04:00 |
|
hondacrx
|
4efe624af1
|
Core/PacketIO: Updated packet structures to 9.2.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/d3c4216de8e1dcb9f62d2fcc1b9b72852e5409c9)
|
2022-06-03 20:01:55 -04:00 |
|
hondacrx
|
11e8c2f4f2
|
Fixes loading, *Command system is broke* Will fix in the coming days.
|
2022-06-02 17:00:58 -04:00 |
|
hondacrx
|
f0fa9fe7d8
|
Don't count character pending deletion towards character per account limit
Port From (https://github.com/TrinityCore/TrinityCore/commit/6b8d03d71e5511d0f2012eec3d11e578d03c2d0f)
|
2022-05-29 20:50:25 -04:00 |
|
hondacrx
|
5e6dfb61ac
|
[Exploit/Dupe] Container item
Port From (https://github.com/TrinityCore/TrinityCore/commit/0910bca34cd36ae17652daef9621c318772270d1)
|
2022-05-29 16:00:04 -04:00 |
|
hondacrx
|
9b6540c91d
|
Misc fixes
|
2022-05-26 20:08:54 -04:00 |
|
hondacrx
|
5d72f0e3b2
|
Core/DBLayer: escape MySQL keywords in page_text, page_text_locale, broadcast_text and broadcast_text_locale select queries
Port From (https://github.com/TrinityCore/TrinityCore/commit/209b90cfdd2d483ab90dfb59746c0053511899d7)
|
2022-05-26 16:58:37 -04:00 |
|
hondacrx
|
820eea5949
|
Core/Creature: Add new db field InteractionPauseTimer
Port From (https://github.com/TrinityCore/TrinityCore/commit/5180abfb19b9c1c4f2df2fbfa918a62f1c4ae995)
|
2022-05-24 19:13:45 -04:00 |
|
hondacrx
|
334ea523c3
|
Core/Auction House: Eliminate blocking db queries for account permissions when expiring auctions that have offline bidders
Port From (https://github.com/TrinityCore/TrinityCore/commit/569b5d6f04548cd874cc161cb67a62dcad792fb0)
|
2022-05-24 10:23:12 -04:00 |
|
hondacrx
|
5e65e712c6
|
Core/SAI: Add orientation and delay columns to waypoints table
Port From (https://github.com/TrinityCore/TrinityCore/commit/a65b3493a7823ba543070c514d54f3c07c417bc1)
|
2022-05-24 10:05:48 -04:00 |
|
hondacrx
|
af276ca0c4
|
Core/DataStores: Updated db2 structures to 9.2.0
Port From (https://github.com/TrinityCore/TrinityCore/commit/7fbdd6473e5c67d002029d3c3675977e6b037e88)
|
2022-05-10 09:23:07 -04:00 |
|
hondacrx
|
a43d074c9f
|
Core/BattlePets: Delete declined names of non-account battle pets when deleting character permanently
Port From (https://github.com/TrinityCore/TrinityCore/commit/fa3cba3a00bbb6286499818f6a1f8675579a9d78)
|
2022-05-04 10:43:57 -04:00 |
|
hondacrx
|
1c860ad2e2
|
Core/Characters: Replace 2 database statements with 1
Port From (https://github.com/TrinityCore/TrinityCore/commit/8cbc21120f81954382c06e89da204ec3c984e430)
|
2022-05-04 09:48:27 -04:00 |
|