forked from External/mage
implement [LCI] Market Gnome
This commit is contained in:
parent
a5922457ad
commit
933d694b08
5 changed files with 191 additions and 8 deletions
|
|
@ -540,6 +540,12 @@ public class GameEvent implements Serializable {
|
|||
flag not used for this event
|
||||
*/
|
||||
DISCOVERED,
|
||||
/* Exiled while crafting (see Market Gnome)
|
||||
targetId the permanent exiled
|
||||
sourceId of the craft ability
|
||||
playerId the player crafting
|
||||
*/
|
||||
EXILED_WHILE_CRAFTING,
|
||||
//custom events
|
||||
CUSTOM_EVENT
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue