Browse Source

Eek, made it so the Memory of Wedding item only works if you're married.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11477 54d463be-8e91-2dee-dedb-b68131a5f0ec
L0ne_W0lf 17 years ago
parent
commit
2434418db0
2 changed files with 2 additions and 1 deletions
  1. 1 0
      db/Changelog.txt
  2. 1 1
      db/item_db.txt

+ 1 - 0
db/Changelog.txt

@@ -34,6 +34,7 @@
 
 =======================
 10/14
+	* Rev. 11477 Eek, made it so the Memory of Wedding item only works if you're married. [L0ne_W0lf]
 	* Rev. 11476 Added information pertaining to "Enlarge Weight Limit R." [L0ne_W0lf]
 	* Rev. 11475 Item Database updates. [L0ne_W0lf]
 	- Updated Memory of Wedding effect, and some item names.

+ 1 - 1
db/item_db.txt

@@ -182,7 +182,7 @@
 678,Poison_Bottle,Poison Bottle,0,5000,,100,,,,,0xFFFFFFFF,7,2,,,,,,{ if(Class == Job_Assassin_Cross) { sc_start SC_DPoison,60000,0; sc_start SC_ASPDPOTION2,60000,0; } else percentheal -100,-100; },{},{}
 679,Gold_Pill,Pilule,0,5000,,300,,,,,0xFFFFFFFF,7,2,,,,,,{ percentheal 50,50; },{},{}
 680,Magical_Carnation,Magic Carnation,0,,0,1000,,,,,0xFFFFFFFF,7,2,,,,,,{ percentheal 0,20; },{},{}
-681,Memory_Of_Wedding,Sweet Memory of Marriage,2,50000,,10,,,,,0xFFFFFFFF,7,3,,,,,,{ sc_start SC_WEDDING,600000,0; },{},{}
+681,Memory_Of_Wedding,Sweet Memory of Marriage,2,50000,,10,,,,,0xFFFFFFFF,7,3,,,,,,{ if (getpartnerid()) sc_start SC_WEDDING,600000,0; },{},{}
 // ATK/MATK Potions
 682,Realgar_Wine,Distilled Fighting Spirit,0,,0,100,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_ATKPOTION,60000,30; },{},{}
 683,Exorcize_Herb,Herb of Incantation,0,,0,50,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_MATKPOTION,60000,30; },{},{}