Issue information

Issue ID
#1880
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Jul 19, 2008 15:51
Last Post
Hercules Elf Bot
Jul 19, 2008 15:51
Confirmation
N/A

Hercules Elf Bot - Jul 19, 2008 15:51

Originally posted by [b]TheWing[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=1880

The bug is simple the mob_db in txt is diferent that mob_db in sql:
  • mob_db TXT: Anubis drop earring and ring.
    CODE
    1098,ANUBIS,Anubis,Anubis,75,38000,0,28000,22000,1,530,1167,35,31,5,65,10,82,77,33,10,12,2,7,49,0x3695,150,1250,720,576,0,0,0,0,0,0,0,0,2602,5,1625,10,2601,5,1007,15,0,0,0,0,0,0,0,0,0,0,4138,1
  • mob_db SQL: Anubis DON'T drop earring and ring
    CODE
    REPLACE INTO `mob_db` VALUES (1098,'ANUBIS','Anubis','Anubis',75,38000,0,28000,22000,1,530,1697,25,31,5,65,10,82,77,33,10,12,2,7,49,0x3695,150,1250,768,360,0,0,0,0,0,0,0,0,930,3000,1045,4365,7054,500,985,20,724,50,1625,3,0,0,0,0,0,0,4138,1);
In trunk is fine.