diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-29 18:52:44 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-29 18:52:44 +0000 |
commit | 83a901a1fae99655009a82d374896d3f143ba913 (patch) | |
tree | 672cc5757d4978489f9bbe3beb61097cbeadfa78 | |
parent | 491c0df2d015155878c067126a71558ff6535048 (diff) | |
download | hercules-83a901a1fae99655009a82d374896d3f143ba913.tar.gz hercules-83a901a1fae99655009a82d374896d3f143ba913.tar.bz2 hercules-83a901a1fae99655009a82d374896d3f143ba913.tar.xz hercules-83a901a1fae99655009a82d374896d3f143ba913.zip |
- Missing cleanup from the previous BG code removal.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13637 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | src/map/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c index 174bad12b..cfb909370 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -13975,7 +13975,7 @@ struct script_function buildin_func[] = { BUILDIN_DEF(agitend2,""), BUILDIN_DEF(agitcheck2,""), // BattleGround - BUILDIN_DEF(waitingroom2bg,"siiiss?"), + BUILDIN_DEF(waitingroom2bg,"siiss?"), BUILDIN_DEF(waitingroom2bg_single,"isiis"), BUILDIN_DEF(bg_team_setxy,"iii"), BUILDIN_DEF(bg_warp,"isii"), |