summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancescoBorzi <borzifrancesco@gmail.com>2019-08-18 20:37:14 +0200
committerYehonal <yehonal.azeroth@gmail.com>2019-08-31 01:21:46 +0200
commit6e151359cfe9774d9b8e3da8188fc37907bf3571 (patch)
treeaaa2aceb9c8cfc86551e576bba43d5157d96dfea
parent053f533a4dc7e7a6f7c90bacf5f0444712de9448 (diff)
downloadwiki-6e151359cfe9774d9b8e3da8188fc37907bf3571.tar.gz
wiki-6e151359cfe9774d9b8e3da8188fc37907bf3571.tar.bz2
wiki-6e151359cfe9774d9b8e3da8188fc37907bf3571.zip
doc: fix gossip_menu doc
-rw-r--r--docs/gossip_menu.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/gossip_menu.md b/docs/gossip_menu.md
index 143b5da..a124590 100644
--- a/docs/gossip_menu.md
+++ b/docs/gossip_menu.md
@@ -31,7 +31,7 @@ This table is used for displaying gossip when a player talks to an NPC with [np
<td><p><strong>Comment</strong></p></td>
</tr>
<tr class="even">
-<td><p><a href="#entry">entry</a></p></td>
+<td><p><a href="#MenuID">MenuID</a></p></td>
<td><p>smallint(6)</p></td>
<td><p>unsigned</p></td>
<td><p>PRI</p></td>
@@ -43,7 +43,7 @@ This table is used for displaying gossip when a player talks to an NPC with [np
</p></td>
</tr>
<tr class="odd">
-<td><p><a href="#text_id">text_id</a></p></td>
+<td><p><a href="#TextID">TextID</a></p></td>
<td><p>mediumint(8)</p></td>
<td><p>unsigned</p></td>
<td><p>PRI</p></td>
@@ -59,13 +59,13 @@ This table is used for displaying gossip when a player talks to an NPC with [np
**Description of the fields**
-### entry
+### MenuID
-This must match the entry you added to [creature\_template.gossip\_menu\_id](http://www.azerothcore.org/wiki/creature_template#creature_template-gossip_menu_id). This also
+This must match the entry you added to [creature\_template.gossip\_menu\_id](http://www.azerothcore.org/wiki/creature_template#gossip_menu_id). This also
groups the options from gossip\_menu\_option and displays all options associated with this ID.
-**Note:** If adding your own custom menu options, then it is common practice to start with an ID at or above 50,000 just to be safe that it doesn't conflict with other gossip menu id's.
+**Note:** If adding your own custom menu options, then it is common practice to start with an ID at or above 90,000 just to be safe that it doesn't conflict with other gossip menu id's.
-### text\_id
+### TextID
This links to the [npc\_text.ID](http://www.azerothcore.org/wiki/npc_text#id) for the gossip you want to be initially displayed. Also this tells the NPC what to say at the top of the options menu when it is displayed.