diff options
-rw-r--r-- | sql/updates/world/master/2022_03_06_31_world_2021_02_03_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_06_31_world_2021_02_03_01_world.sql b/sql/updates/world/master/2022_03_06_31_world_2021_02_03_01_world.sql new file mode 100644 index 00000000000..a40295bfd42 --- /dev/null +++ b/sql/updates/world/master/2022_03_06_31_world_2021_02_03_01_world.sql @@ -0,0 +1,2 @@ +-- class reference ($C) consistency update +UPDATE `quest_offer_reward` SET `RewardText`= "Your spirit burns with life, young $c. I accept the homage you pay, and offer in return this token..." WHERE `ID` IN (8670, 8672, 8673, 8674, 8675, 8678, 8679, 8682, 8683, 8685, 8686); |