From 83ae7df6d9807ae9769526002f83548494c31800 Mon Sep 17 00:00:00 2001 From: Joseph Mikel Keller Date: Wed, 24 Oct 2018 04:40:36 +0000 Subject: [PATCH] gamedata_achievements.sql - change rewardPoints for Grand Company category to 0 --- sql/gamedata_achievements.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/gamedata_achievements.sql b/sql/gamedata_achievements.sql index e8832429..470e4598 100644 --- a/sql/gamedata_achievements.sql +++ b/sql/gamedata_achievements.sql @@ -620,7 +620,7 @@ INSERT INTO `gamedata_achievements` VALUES (1404,'Taking in the Sights: Coerthas INSERT INTO `gamedata_achievements` VALUES (1405,'Taking in the Sights: Mor Dhona',805,5); INSERT INTO `gamedata_achievements` VALUES (1406,'\"Been There, Done That\"',806,10); INSERT INTO `gamedata_achievements` VALUES (1499,'\"Been There, Done That\"',807,0); -INSERT INTO `gamedata_achievements` VALUES (1500,'Grand Company',820,5); +INSERT INTO `gamedata_achievements` VALUES (1500,'Grand Company',820,0); INSERT INTO `gamedata_achievements` VALUES (1501,'All Watched Over by a Maelstrom of Loving Grace',821,5); INSERT INTO `gamedata_achievements` VALUES (1502,'Snakebitten',822,5); INSERT INTO `gamedata_achievements` VALUES (1503,'\"Come On Baby, Light My Fire\"',823,5);