rAthenaAPI
c279c009ad
SQL synchronization
2020-02-02 18:34:29 +01:00
rAthenaAPI
201d6c4c5b
SQL synchronization
2020-02-01 03:01:05 +01:00
rAthenaAPI
53b912c776
SQL synchronization
2020-01-26 15:49:30 +01:00
rAthenaAPI
45de3cc3a7
SQL synchronization
2020-01-26 05:36:22 +01:00
Lemongrass3110
d11ab77a2e
Fixed storage size of the counting columns ( #4568 )
...
Fixes #4567
2020-01-26 01:05:33 +01:00
rAthenaAPI
8eae62aae2
SQL synchronization
2020-01-24 18:22:15 +01:00
rAthenaAPI
441ebcffc8
SQL synchronization
2020-01-21 07:00:57 +01:00
rAthenaAPI
bacaff8383
SQL synchronization
2020-01-17 23:31:03 +01:00
rAthenaAPI
a3f3b94f10
SQL synchronization
2020-01-15 05:00:55 +01:00
rAthenaAPI
f449a5443a
SQL synchronization
2020-01-15 04:00:47 +01:00
Lemongrass3110
e72c7360cf
Added int64 support to the script engine ( #4522 )
...
Added support for signed 64 bit integer value computation into the script engine.
This is required because newer official features require support for bigger numbers inside the scripts.
This also cleans up a lot of messy code and fixes a few issues like script stack corruptions.
Thanks to @aleos89 and everyone who supported me with this.
2020-01-13 14:44:48 +01:00
Lemongrass3110
fb8a752320
Follow up to f2a1b6e
...
Thanks to @mazvi and @Daegaladh
2020-01-08 21:00:02 +01:00
rAthenaAPI
f4dd8eb96a
SQL synchronization
2020-01-08 05:00:57 +01:00
rAthenaAPI
0de934d088
SQL synchronization
2020-01-07 23:10:11 +01:00
rAthenaAPI
0e8fab0c82
SQL synchronization
2019-12-24 18:00:42 +01:00
Jittapan Pluemsumran
f2a1b6e784
Added primary key to tables that lack them & Dropped sstatus table ( #4306 )
...
* Added primary key to tables that lack them
* Dropped table sstatus
* Changed some primary keys and dropped no longer needed indexes
* Indent upgrade file with spaces
[ci skip]
* Fixed upgrade query on bonus_script table
* Renamed to current date
* Added missing table to engine conversion script
Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>
2019-12-22 20:04:31 +07:00
rAthenaAPI
4e5f82b344
SQL synchronization
2019-12-15 20:55:40 +01:00
rAthenaAPI
bf4ff739eb
SQL synchronization
2019-12-11 18:03:37 +01:00
rAthenaAPI
119825e142
SQL synchronization
2019-12-09 14:40:07 +01:00
rAthenaAPI
991b23776f
SQL synchronization
2019-12-04 04:00:43 +01:00
rAthenaAPI
769c6c533c
SQL synchronization
2019-11-27 04:02:21 +01:00
rAthenaAPI
5b5f7fef97
SQL synchronization
2019-11-26 04:02:26 +01:00
rAthenaAPI
ea5467004a
SQL synchronization
2019-11-14 04:22:33 +01:00
rAthenaAPI
e02ed40728
SQL synchronization
2019-10-16 06:00:58 +02:00
rAthenaAPI
a43139da61
SQL synchronization
2019-10-16 05:01:02 +02:00
rAthenaAPI
469183771b
SQL synchronization
2019-10-10 20:30:57 +02:00
rAthenaAPI
f6ed41562e
SQL synchronization
2019-10-10 18:31:41 +02:00
rAthenaAPI
58f1fdf206
SQL synchronization
2019-10-02 07:00:49 +02:00
rAthenaAPI
d2aebaf0a5
SQL synchronization
2019-09-20 01:00:21 +02:00
rAthenaAPI
af2433a82d
SQL synchronization
2019-09-19 15:22:44 +02:00
rAthenaAPI
0ac53a72a3
SQL synchronization
2019-09-12 17:01:45 +02:00
rAthenaAPI
a03d80e9b6
SQL synchronization
2019-08-27 10:09:11 +02:00
rAthenaAPI
b8cfdaf725
SQL synchronization
2019-08-26 11:11:37 +02:00
rAthenaAPI
92ba773dee
SQL synchronization
2019-08-20 12:00:42 +02:00
Jittapan Pluemsumran
bc15f5ce14
Dropped ragsrvinfo functionality ( #4301 )
2019-08-15 19:08:22 +07:00
Jittapan Pluemsumran
8431410a5c
Reduce list field length in ipbanlist table from 255 to 15 ( #4300 )
...
* Update main.sql
* ipban_cleanup no longer uses hardcoded table name
* Create upgrade_20190814.sql
2019-08-14 20:57:45 +07:00
rAthenaAPI
fce885e81e
SQL synchronization
2019-08-08 15:15:26 +02:00
rAthenaAPI
b2904a6425
SQL synchronization
2019-08-08 06:38:56 +02:00
rAthenaAPI
c1b1df9f3a
SQL synchronization
2019-08-07 08:00:45 +02:00
rAthenaAPI
492084a72a
SQL synchronization
2019-08-06 06:47:08 +02:00
rAthenaAPI
0604fb79a1
SQL synchronization
2019-08-03 09:53:08 +02:00
rAthenaAPI
51b78e9d22
SQL synchronization
2019-08-01 20:49:41 +02:00
rAthenaAPI
a00660a4ae
SQL synchronization
2019-07-30 21:01:51 +02:00
rAthenaAPI
d27b391c47
SQL synchronization
2019-07-24 05:02:09 +02:00
Lemongrass3110
d80e111e5f
Made mob sprite column unique ( #4239 )
...
Make the Sprite column for the SQL monster databases unique.
Fixes #4223 .
Thanks to @Indigo000!
2019-07-08 23:17:42 +02:00
Lemongrass3110
e6eaa9fe63
Fixed pet evolution upgrade script ( #4232 )
...
This re-adds the missing eggs from before the change into the inventories.
Fixes #4116
Thanks to @Indigo000, @Badarosk0 and @Everade
2019-07-07 16:36:11 +02:00
rAthenaAPI
812fb69bb7
SQL synchronization
2019-07-03 05:01:59 +02:00
rAthenaAPI
90f7cf03a9
SQL synchronization
2019-06-25 20:04:14 +02:00
rAthenaAPI
1e0e3c32fc
SQL synchronization
2019-06-25 17:05:31 +02:00
rAthenaAPI
5ee25f4d8d
SQL synchronization
2019-06-25 14:58:12 +02:00