Lemongrass3110
6eb4cc408f
Fixes #2004
...
Thanks to @daisyanne1380
Make sure to make a backup of your tables' content before running the upgrade script - in case of any conversion problems that might occur.
2017-03-27 00:31:02 +02:00
aleos89
a14e21f4dd
Follow up to 15fdc12
...
* Adjusted the item database parser cast type.
* Adjusted the SQL tables to reflect the increased limit.
2016-06-14 17:37:04 -04:00
Lemongrass3110
09a87306b1
Added a unique index for aegis name to the item tables
2016-01-06 02:13:19 +01:00
Cydh Ramdh
e18bf43547
* Revert this 487f84e, please import upgrade_20131231.sql. Thank Lemongrass3110 and Toshiro90
...
* Follow up 7a9aa7f, enum errors
* Follow up 12007fe, function return type error
* Follow up dae8122, 'skill' to 'skill_learnlv'?
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-31 01:52:14 +07:00
Cydh Ramdh
487f84ef92
* Changed some item_db's fields on MySQL table to use char types rather than numeric types (those fields are never been used for calculation)
...
* Added missing config on inter_athena.conf for MySQL database (use_sql_db: yes)
* Please upgrade your MySQL database with upgrade_20131229.sql
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-29 06:44:48 +07:00
Cahyadi Ramadhan Togihon
fef6307cf0
* Follow up to bd2503e and 7355677
...
-- Modified field data of `equip_locations` to mediumint
-- Updated converter tool for item_db following this update
-- Updated item_db.sql, item_db2.sql, item_db_re.sql, item_db_re2.sql
-- CAUTION: Please update item_db MySQL tables by using 'upgrade_20131115_2.sql'
Signed-off-by: Cahyadi Ramadhan Togihon <house.bad@gmail.com>
2013-11-15 10:51:35 +07:00
brianluau
f3ca552ec5
- Fixed a typo in Strawberry Cake (12319). (bugreport:3702)
...
- Fixed a typo in Halloween 2009 Event. (bugreport:3711)
- Updated SQL item/mob databases to latest. (thanks Peter)
- Applied the change from r14087 to @tonpc, @shownpc, @hidenpc. (bugreport:3599)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14142 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-11-11 21:49:50 +00:00
brianluau
2a66536939
- Fixed Snake Head Hat (5388) Double Attack bonus. (bugreport:3483)
...
- Added missing 'break' in some Juperos warps.
- Updated SQL item/mob databases to latest. (thanks Peter)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14029 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-08-26 10:26:45 +00:00
brianluau
973a96f9aa
- Added mosk_que to the mapcache (follow up to r13903).
...
- Fixed some input checks and variable types in Megingjard quest.
- Updated SQL item/mob databases to latest.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13926 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-02 18:56:16 +00:00
brianluau
0949ac0d1a
- Updated SQL item/mob databases to latest.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13908 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-23 00:15:39 +00:00
ultramage
f6a6d34640
Replaced the TYPE keyword with ENGINE in all sql files, because this is the preferred alternative.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12480 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-04 21:04:47 +00:00
toms
ac123d2304
Updated conversion tools for mob_db & item_db
...
Updated SQL Files (item & mobs)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12138 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-01-25 16:11:39 +00:00
ultramage
5a72530983
Reverted / re-did r11426. Someone please update the db converter to properly handle // comments.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11429 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-12 20:46:20 +00:00
Playtester
bd056c18f3
Updated sql files (2)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11426 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-12 20:06:16 +00:00
ultramage
2b21f97dba
Added missing msg_athena.conf entry for the summer outfit; name 'Summer' used for now.
...
Removed strange 'svn:executable' attributes from item_db2.sql and mob_db2.sql
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11325 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-28 14:56:39 +00:00
ultramage
4ca0b15de3
EOL-styled some more files
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9947 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-02 00:11:54 +00:00
Lance
f49def46aa
* Converted itemdb tables to use smallint. Credits to ALZ.
...
modified Changelog-Trunk.txt
modified sql-files/item_db.sql
modified sql-files/item_db2.sql
added sql-files/upgrade_svn9135.sql
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9135 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-04 14:51:42 +00:00
skotlex
9f8cee903c
- updated (more or less) the sql-files/item_db2.sql file.
...
- Some insignificant cleanups.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8429 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-22 14:54:29 +00:00
skotlex
5ebc258ce8
- Removed db_tables.sql as it's no longer used.
...
- the mvp_sd is removed when the mob is the emperium and there's no killer/exp-awarded (assumed killed by script), this prevents the on-kill event from triggering and giving the castle to whoever damaged the most the emperium without destroying it.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7208 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-16 15:39:16 +00:00
Playtester
ca426293ef
Changed item_db2.sql to new format
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6212 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21 11:51:41 +00:00
skotlex
b0515272d9
- Added item_db2.sql and mob_db2.sql, thanks to Joshuaali
...
- Added more usage of msg_athena on the slave atcommands.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5609 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-15 14:00:32 +00:00