Code style changes.
This commit is contained in:
@@ -196,7 +196,7 @@ public class Q00455_WingsOfSand extends Quest
|
||||
* Reward the player.
|
||||
* @param qs the quest state of the player to reward
|
||||
*/
|
||||
private static final void giveItems(QuestState qs)
|
||||
private static void giveItems(QuestState qs)
|
||||
{
|
||||
final L2PcInstance player = qs.getPlayer();
|
||||
int chance;
|
||||
|
||||
Reference in New Issue
Block a user