diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-28 18:36:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-28 18:36:58 +0300 |
commit | 07758e21abf23ad6742b0f6aacedbb7c60c81e98 (patch) | |
tree | 7f5b9b0bd7107426f97bc91150b52d2655e0d3f4 /src/emap/battleground.h | |
parent | 7218f15b792d6ae2bf88b65f6901ae5aa86ecb7a (diff) | |
download | evol-hercules-07758e21abf23ad6742b0f6aacedbb7c60c81e98.tar.gz evol-hercules-07758e21abf23ad6742b0f6aacedbb7c60c81e98.tar.bz2 evol-hercules-07758e21abf23ad6742b0f6aacedbb7c60c81e98.tar.xz evol-hercules-07758e21abf23ad6742b0f6aacedbb7c60c81e98.zip |
Add support for team id for battleground players.
New script function: setbgteam bgid, num
It set for 'bgid' team id to 'num'.
Diffstat (limited to 'src/emap/battleground.h')
-rw-r--r-- | src/emap/battleground.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/emap/battleground.h b/src/emap/battleground.h new file mode 100644 index 0000000..cfcc0f1 --- /dev/null +++ b/src/emap/battleground.h @@ -0,0 +1,9 @@ +// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL. +// Copyright (c) 2014 Evol developers + +#ifndef EVOL_MAP_BATTLEGROUND +#define EVOL_MAP_BATTLEGROUND + +bool ebg_team_warp(int *bg_idPtr, unsigned short *map_index, short *x, short *y); + +#endif // EVOL_MAP_BATTLEGROUND |