diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-15 22:17:38 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-15 22:17:38 -0200 |
commit | 8cf90b487f998dc4f55ff3eafcca6e62a9faf108 (patch) | |
tree | 87b03202949fb0d6a5d63a0187b0c1b753480a68 | |
parent | bf44d9d4b5593fa59aa63e5d4384d88693c76445 (diff) | |
download | serverdata-8cf90b487f998dc4f55ff3eafcca6e62a9faf108.tar.gz serverdata-8cf90b487f998dc4f55ff3eafcca6e62a9faf108.tar.bz2 serverdata-8cf90b487f998dc4f55ff3eafcca6e62a9faf108.tar.xz serverdata-8cf90b487f998dc4f55ff3eafcca6e62a9faf108.zip |
[skip ci]
-rw-r--r-- | npc/019-4-1/chief.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/019-4-1/chief.txt b/npc/019-4-1/chief.txt index bf3fb5e1d..605f056c3 100644 --- a/npc/019-4-1/chief.txt +++ b/npc/019-4-1/chief.txt @@ -72,7 +72,7 @@ L_Reward: // #4 - #5: Extra xmas gift /* You get Christmas Gift Box, which contain rares */ - .@gifts=min(15, log2(($XMAS_GIFTS/100)+1))); + .@gifts=min(15, log2(($XMAS_GIFTS/100)+1)); if (.@q1 > .@gifts) getitem XmasGift, .@gifts; .@nb = query_sql("SELECT c.name FROM `quest` AS i, `char` AS c WHERE i.quest_id="+SQuest_Christmas+" AND i.char_id=c.char_id ORDER BY i.count2 DESC LIMIT 5", .@name$); |