- 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:
parent
01f09001fa
commit
e5cb6bb260
@ -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.
|
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
||||||
|
|
||||||
2006/04/13
|
2006/04/13
|
||||||
|
* Updated sql-files/item_db.sql to current. [Skotlex]
|
||||||
* Added an Info message when pinging the SQL servers. [Skotlex]
|
* Added an Info message when pinging the SQL servers. [Skotlex]
|
||||||
* Fixed crash when looking for SC_MIRACLE in battle_calc_weapon_attack
|
* Fixed crash when looking for SC_MIRACLE in battle_calc_weapon_attack
|
||||||
[Skotlex]
|
[Skotlex]
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -23,6 +23,4 @@ update item_db set equip_jobs = 0xFFFFFFFF where equip_jobs = 0x3EFDFFF;
|
|||||||
#Make items usable by everyone but novice into 0xFFFFFFFE
|
#Make items usable by everyone but novice into 0xFFFFFFFE
|
||||||
update item_db set equip_jobs = 0xFFFFFFFE where equip_jobs = 0x0EFDFFE;
|
update item_db set equip_jobs = 0xFFFFFFFE where equip_jobs = 0x0EFDFFE;
|
||||||
#Update items usable by everyone except acolyte/priest/monk/gunslinger
|
#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;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user