summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.GetSymbol.inc
blob: 88fe7745a32da272839b67fc545da4d5186736ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
// Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// See the LICENSE file
//
// NOTE: This file was auto-generated and should never be manually edited,
//       as it will get overwritten.

if( !(atcommand = GET_SYMBOL("atcommand") ) ) return "atcommand";
if( !(battle = GET_SYMBOL("battle") ) ) return "battle";
if( !(bg = GET_SYMBOL("battlegrounds") ) ) return "battlegrounds";
if( !(buyingstore = GET_SYMBOL("buyingstore") ) ) return "buyingstore";
if( !(channel = GET_SYMBOL("channel") ) ) return "channel";
if( !(chat = GET_SYMBOL("chat") ) ) return "chat";
if( !(chrif = GET_SYMBOL("chrif") ) ) return "chrif";
if( !(clif = GET_SYMBOL("clif") ) ) return "clif";
if( !(duel = GET_SYMBOL("duel") ) ) return "duel";
if( !(elemental = GET_SYMBOL("elemental") ) ) return "elemental";
if( !(guild = GET_SYMBOL("guild") ) ) return "guild";
if( !(gstorage = GET_SYMBOL("gstorage") ) ) return "gstorage";
if( !(homun = GET_SYMBOL("homun") ) ) return "homun";
if( !(instance = GET_SYMBOL("instance") ) ) return "instance";
if( !(intif = GET_SYMBOL("intif") ) ) return "intif";
if( !(ircbot = GET_SYMBOL("ircbot") ) ) return "ircbot";
if( !(itemdb = GET_SYMBOL("itemdb") ) ) return "itemdb";
if( !(logs = GET_SYMBOL("logs") ) ) return "logs";
if( !(mail = GET_SYMBOL("mail") ) ) return "mail";
if( !(map = GET_SYMBOL("map") ) ) return "map";
if( !(mapit = GET_SYMBOL("mapit") ) ) return "mapit";
if( !(mapreg = GET_SYMBOL("mapreg") ) ) return "mapreg";
if( !(mercenary = GET_SYMBOL("mercenary") ) ) return "mercenary";
if( !(mob = GET_SYMBOL("mob") ) ) return "mob";
if( !(npc = GET_SYMBOL("npc") ) ) return "npc";
if( !(party = GET_SYMBOL("party") ) ) return "party";
if( !(path = GET_SYMBOL("path") ) ) return "path";
if( !(pcg = GET_SYMBOL("pc_groups") ) ) return "pc_groups";
if( !(pc = GET_SYMBOL("pc") ) ) return "pc";
if( !(pet = GET_SYMBOL("pet") ) ) return "pet";
if( !(quest = GET_SYMBOL("quest") ) ) return "quest";
if( !(script = GET_SYMBOL("script") ) ) return "script";
if( !(searchstore = GET_SYMBOL("searchstore") ) ) return "searchstore";
if( !(skill = GET_SYMBOL("skill") ) ) return "skill";
if( !(status = GET_SYMBOL("status") ) ) return "status";
if( !(storage = GET_SYMBOL("storage") ) ) return "storage";
if( !(trade = GET_SYMBOL("trade") ) ) return "trade";
if( !(unit = GET_SYMBOL("unit") ) ) return "unit";
if( !(vending = GET_SYMBOL("vending") ) ) return "vending";