From e00d2e1716dca9a25969f352aa8b07f2a7d96631 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 15 May 2006 18:56:43 +0000 Subject: [PATCH] - Fixed Option_Wedding in const.txt (0x1000 won't work, it has to be 4096) git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6604 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 2 ++ db/const.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index af36de7248..91225d32e7 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,8 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2006/05/15 + * Fixed Option_Wedding in const.txt (0x1000 won't work, it has to be 4096) + [Skotlex] * Fixed the nocast flag 2 (not usable in pvp) returning true in pk-mode servers. [Skotlex] * When removing a castle's owning guild, the char servers will erase the diff --git a/db/const.txt b/db/const.txt index 3b1e5bf2de..afdbbf1ce2 100644 --- a/db/const.txt +++ b/db/const.txt @@ -78,7 +78,7 @@ Job_Star_Gladiator 4047 Job_Star_Gladiator2 4048 Job_Soul_Linker 4049 -Option_Wedding 0x1000 +Option_Wedding 4096 bc_all 0 bc_map 1