The-Cataclysm-Preservation-Project / TrinityCore

Archived repository for WoW 4.3.4.15595. The project will be reworked for Cataclysm Classic as an official new branch of TrinityCore at https://github.com/TrinityCore/TrinityCore
GNU General Public License v2.0
237 stars 97 forks source link

Core/Innkeeper: complete overhaul #301

Closed Nyr97 closed 2 years ago

Nyr97 commented 2 years ago

npc_innkeeper script is really old and it's missing localization support for several languages, so we're adding C++ changes to the npc_innkeeper script to update it to Trinity's new registration model and standards.

Changes proposed:

Issues addressed: No issues, just updating old scripts.

Tests performed: It was tested in-game and it builds.

Notes: At some point, it should be wiser not to hardcode all localized strings and let the DB do it instead.