DiscordPlugin: Add Woodcutting Guild to Activities (#4813)

Add the Woodcutting Guild location to the activities on the "Discord" plugin.

Fixes #4218
This commit is contained in:
SquirrelHub
2018-08-10 04:09:34 -05:00
committed by Tomas Slusny
parent bb87983ed5
commit 424fcb6957

View File

@@ -137,6 +137,7 @@ enum DiscordGameEventType
CITY_UZER("Uzer" , DiscordAreaType.CITIES, 13872),
CITY_VARROCK("Varrock" , DiscordAreaType.CITIES, 12596, 12597, 12598, 12852, 12853, 12854, 13108, 13109, 13110),
CITY_WITCHHAVEN("Witchaven" , DiscordAreaType.CITIES, 10803),
CITY_WOODCUTTING_GUILD("Woodcutting Guild", DiscordAreaType.CITIES, 6454, 6198, 6298),
CITY_YANILLE("Yanille" , DiscordAreaType.CITIES, 10288, 10032),
CITY_ZANARIS("Zanaris" , DiscordAreaType.CITIES, 9285, 9541, 9540, 9797),
CITY_ZULANDRA("Zul-Andra" , DiscordAreaType.CITIES, 8751),