- Updated sql-files/item_db.sql to current.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6056 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
skotlex 2006-04-14 03:25:34 +00:00
parent 01f09001fa
commit e5cb6bb260
3 changed files with 2476 additions and 2477 deletions

View File

@ -4,6 +4,7 @@ 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/04/13
* Updated sql-files/item_db.sql to current. [Skotlex]
* Added an Info message when pinging the SQL servers. [Skotlex]
* Fixed crash when looking for SC_MIRACLE in battle_calc_weapon_attack
[Skotlex]

File diff suppressed because it is too large Load Diff

View File

@ -23,6 +23,4 @@ update item_db set equip_jobs = 0xFFFFFFFF where equip_jobs = 0x3EFDFFF;
#Make items usable by everyone but novice into 0xFFFFFFFE
update item_db set equip_jobs = 0xFFFFFFFE where equip_jobs = 0x0EFDFFE;
#Update items usable by everyone except acolyte/priest/monk/gunslinger
update item_db set equip_jobs = 0xDFFF7EEF where equip_jobs = 0x28F5EEF;
update item_db set equip_jobs = 0xFDFF7EEF where equip_jobs = 0x28F5EEF;