Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
GossipSchema.cpp
Go to the documentation of this file.
1/*
2 * This file is part of Project SkyFire https://www.projectskyfire.org.
3 * See LICENSE.md file for Copyright information
4 */
5
6#include "GossipSchema.h"
7
9{
11{
12 return
13 // 0 1 2 3 4 5 6 7 8 9 10 11 12
14 "SELECT MenuID, OptionID, OptionIcon, OptionText, OptionBroadcastTextID, OptionType, OptionNpcflag, ActionMenuID, ActionPoiID, BoxCoded, BoxMoney, BoxText, BoxBroadcastTextID "
15 "FROM gossip_menu_option ORDER BY MenuID, OptionID";
16}
17
19{
20 return
21 // 0 1 2 3 4
22 "SELECT MenuID, OptionID, Locale, OptionText, BoxText FROM gossip_menu_option_locale";
23}
24}
char const * GetGossipMenuOptionLocaleLoadQuery()
char const * GetGossipMenuOptionLoadQuery()