diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2019-06-10 00:14:00 +0200 |
|---|---|---|
| committer | Francesco Borzì <borzifrancesco@gmail.com> | 2019-06-10 00:14:00 +0200 |
| commit | 1f21235780363bfda321439fc45b40adfa526daf (patch) | |
| tree | 58e8f2611ada378742e91aa0e489550bc25b3790 | |
| parent | 70dc785043e940b2598cfc7bbc6fe7b3052c26eb (diff) | |
| download | wiki-1f21235780363bfda321439fc45b40adfa526daf.tar.gz wiki-1f21235780363bfda321439fc45b40adfa526daf.tar.bz2 wiki-1f21235780363bfda321439fc45b40adfa526daf.zip | |
Update gossip_menu_option.md (#77)
Changed tc link to ac
| -rw-r--r-- | docs/gossip_menu_option.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/gossip_menu_option.md b/docs/gossip_menu_option.md index 3b240d1..5a118a0 100644 --- a/docs/gossip_menu_option.md +++ b/docs/gossip_menu_option.md @@ -209,7 +209,7 @@ This table holds information about menu options a gossip NPC can have. Example ### MenuID Gossip entry from Gossip\_menu.entry this option is associated with. -If this is the default gossip option for the selected NPC, verify that the NPC has this value in it's [creature\_template.gossip\_menu\_id](https://trinitycore.atlassian.net/wiki/display/tc/creature_template#creature_template-gossip_menu_id) . +If this is the default gossip option for the selected NPC, verify that the NPC has this value in it's [creature\_template.gossip\_menu\_id](http://www.azerothcore.org/wiki/creature_template#creature_template-gossip_menu_id) . ### OptionID @@ -392,11 +392,11 @@ This is the npcflag ([Creature\_template.npcflag](creature_template#creature_tem ### ActionMenuID -If you want to create a sub-menu, this is the ID ([gossip\_menu.entry](https://trinitycore.atlassian.net/wiki/display/tc/gossip_menu#gossip_menu-entry) / [gossip\_menu\_option.menu\_id](https://trinitycore.atlassian.net/wiki/display/tc/gossip_menu_option#gossip_menu_option-menu_id)) to link to to create that sub-menu. +If you want to create a sub-menu, this is the ID ([gossip\_menu.entry](http://www.azerothcore.org/wiki/gossip_menu#entry) / [gossip\_menu\_option.menu\_id](http://www.azerothcore.org/wiki/gossip_menu_option#menu_id)) to link to to create that sub-menu. ### ActionPoiID -If you want a POI (point of interest) to display on the minimap (like how a city guard places a marker when you ask directions), this is the \`entry\` from [Points\_of\_interest.entry](Points+of+interest+tc2#entry) +If you want a POI (point of interest) to display on the minimap (like how a city guard places a marker when you ask directions), this is the \`entry\` from [Points\_of\_interest.entry](http://www.azerothcore.org/wiki/points_of_interest#entry) ### BoxCoded @@ -414,7 +414,7 @@ If BoxBroadCastTextID contains a valid broadcast\_text.ID, it links to broadcast ### BoxBroadcastTextID -The ID of the same text in [broadcast\_text.ID](https://trinitycore.atlassian.net/wiki/display/tc/broadcast_text#broadcast_text-ID). +The ID of the same text in [broadcast\_text.ID](http://www.azerothcore.org/wiki/broadcast_text#broadcast_text-ID). ### VerifiedBuild |
