Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
/ TrinityCore-Patches Public archive

My unofficial and non-mainstream patches for TrinityCore.

Notifications You must be signed in to change notification settings

Kline-/TrinityCore-Patches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are patches for various features/modifications that can be applied against TrinityCore.

Most were requested by specific individuals and were simply something fun for me to do or
a proof of concept. Please don't be surprised if they do not meet the highest of standards!

I have tested each of these for myself, but make no guarantee of their working for you.

All patches are applied against your TrinityCore/src/* path.
Apply patches with 'patch -p0 -i <patch>'

All SQL statements are structured as <patch_name>.<db_name>.sql
Apply SQL statements with mysql -u<user> -p<pass> <db_name> < <sql_file>

About

My unofficial and non-mainstream patches for TrinityCore.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages