From 25e9919bc180bdc4a29882be3eea6b0434fdd329 Mon Sep 17 00:00:00 2001 From: ZhengPeiRu21 <98835050+ZhengPeiRu21@users.noreply.github.com> Date: Wed, 1 Jun 2022 18:04:59 -0600 Subject: [PATCH] Clarify Rogue poison skill restore in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b98dda4..5e29532 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ Options are provided to allow changes to experience based on preference. Please ### Optional Data Files Some changes for Vanilla and TBC content require DBC modification. The .mpq file for the client and .dbc files for server can be found in the "optional" directory. These changes include Vanilla reagents such as Flint and Steel for campfires, Level 60 enchanting using Vanilla and not TBC ingredient, professional leveling adjustments, etc. These is all optional and the module will work without the patch, but these recipes will remain WotLK version. +Please note that if optional files are not used, please avoid run `restore_rogue_poisons.sql`, as it will remove Rogue poisons from vendors due to them now being created through the skill, which requires the optional files. + ## Thank You Special thanks to all contributors of the following projects which are make this module possible: * AzerothCore and TrinityCore, along with ancestors Mangos, etc.