Issue information

Issue ID
#5197
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jan 2, 2012 22:27
Last Post
Hercules Elf Bot
Feb 7, 2012 19:04
Confirmation
Yes (1)
No (0)

Hercules Elf Bot - Jan 2, 2012 22:27

Originally posted by [b]Lemongrass[/b]
Currently the script for it is:

[CODE]REPLACE INTO `item_db` VALUES (5225,'Marcher_Hat','Parade Hat',5,20,NULL,200,NULL,2,NULL,1,0xFFFFFFFF,7,2,256,NULL,10,1,269,'bonus2 bResEff,Eff_Stun,1000; bonus3 bAutoSpellWhenHit,"NV_FIRSTAID",1,100; bonus3 bAutoSpellWhenHit,"TF_BACKSLIDING",1,100; /*If(BaseClass == Job_Acolyte) { bonus4 bAutoSpellOnSkill,"PR_LEXAETERNA","AL_HEAL",1,10;*/ }',NULL,NULL);[/CODE]

But i think the curly bracket outside of the comment should also be in there, because the if that opens it is also in the comment? Correct me if I am wrong.

So the correct code would be:
[CODE]REPLACE INTO `item_db` VALUES (5225,'Marcher_Hat','Parade Hat',5,20,NULL,200,NULL,2,NULL,1,0xFFFFFFFF,7,2,256,NULL,10,1,269,'bonus2 bResEff,Eff_Stun,1000; bonus3 bAutoSpellWhenHit,"NV_FIRSTAID",1,100; bonus3 bAutoSpellWhenHit,"TF_BACKSLIDING",1,100; /*If(BaseClass == Job_Acolyte) { bonus4 bAutoSpellOnSkill,"PR_LEXAETERNA","AL_HEAL",1,10; }*/ ',NULL,NULL);[/CODE]

Hercules Elf Bot - Jan 3, 2012 7:37

Originally posted by [b]Kenpachi[/b]
Yeah. right. Confirmed!

Hercules Elf Bot - Jan 3, 2012 20:34

Originally posted by [b]Kenpachi[/b]
Fixed in [rev=15363].