From 700c998f49255b0d7b844363d23509cfedc68865 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 12:57:10 +0100 Subject: Fix anchors --- docs/spell_script_names.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/spell_script_names.md') diff --git a/docs/spell_script_names.md b/docs/spell_script_names.md index 0db59b8..ce5d178 100644 --- a/docs/spell_script_names.md +++ b/docs/spell_script_names.md @@ -31,7 +31,7 @@ Holds the spell id to ScriptName pairings for use in spell scripts.

Comment

-

spell_id

+

spell_id

int(11)

signed

UNIQUE

@@ -41,7 +41,7 @@ Holds the spell id to ScriptName pairings for use in spell scripts.

 

-

ScriptName

+

ScriptName

char(64)

unsigned

UNIQUE

-- cgit