- Fixed upgrade_svn5902.sql, thanks to Koshiro for pointing it out.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6092 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
5b9305fe41
commit
5004c77916
@ -4,6 +4,8 @@ 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/15
|
2006/04/15
|
||||||
|
* Fixed upgrade_svn5902.sql, thanks to Koshiro for pointing it out.
|
||||||
|
[Skotlex]
|
||||||
* Updated skill_attack to allow characters not on a map to attack (enables
|
* Updated skill_attack to allow characters not on a map to attack (enables
|
||||||
traps and the like to work when they aren't cleared on the character's
|
traps and the like to work when they aren't cleared on the character's
|
||||||
death) [Skotlex]
|
death) [Skotlex]
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
update `char` set `class`='7' where `class`='13';
|
update `char` set `class`='7' where `class`='13';
|
||||||
update `char` set `class`='21' where `class`='14';
|
update `char` set `class`='14' where `class`='21';
|
||||||
update `char` set `class`='4008' where `class`='4014';
|
update `char` set `class`='4008' where `class`='4014';
|
||||||
update `char` set `class`='4015' where `class`='4022';
|
update `char` set `class`='4015' where `class`='4022';
|
||||||
update `char` set `class`='4030' where `class`='4036';
|
update `char` set `class`='4030' where `class`='4036';
|
||||||
update `char` set `class`='4037' where `class`='4044';
|
update `char` set `class`='4037' where `class`='4044';
|
||||||
update `char` set `class`='4047' where `class`='4048';
|
update `char` set `class`='4047' where `class`='4048';
|
||||||
update `guild_member` set `class`='7' where `class`='13';
|
update `guild_member` set `class`='7' where `class`='13';
|
||||||
update `guild_member` set `class`='21' where `class`='14';
|
update `guild_member` set `class`='14' where `class`='21';
|
||||||
update `guild_member` set `class`='4008' where `class`='4014';
|
update `guild_member` set `class`='4008' where `class`='4014';
|
||||||
update `guild_member` set `class`='4015' where `class`='4022';
|
update `guild_member` set `class`='4015' where `class`='4022';
|
||||||
update `guild_member` set `class`='4030' where `class`='4036';
|
update `guild_member` set `class`='4030' where `class`='4036';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user