From 07c7739f86abb6c077a53532875248656fe656ca Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 9 May 2021 15:37:10 +0200 Subject: Update how-to-import-dbc-data-in-db.md --- docs/how-to-import-dbc-data-in-db.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-import-dbc-data-in-db.md b/docs/how-to-import-dbc-data-in-db.md index ab2545c..deee068 100644 --- a/docs/how-to-import-dbc-data-in-db.md +++ b/docs/how-to-import-dbc-data-in-db.md @@ -4,7 +4,7 @@ This guide will show you how to import DBC data inside the AzerothCore database by changing the Hyjal zone from "Normal" to "Sanctuary (with duels allowed)". If you do this you will turn that zone into crossfaction and, for example, you can use it for events. -However, the same guide can be used for any kind of DBC (Spell, Items etc.) by changing the values of the commands below. +However, the same guide can be used for any kind of DBC ([Spell](importing-spell-dbc), Items etc.) by changing the values of the commands below. ## Requirements -- cgit