diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-09-26 11:53:55 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-09-26 11:53:55 +0200 |
| commit | 6285e237cf4a7cf68ce30e6f1047dc5af7e294c7 (patch) | |
| tree | 8249e1b7fb027e484d816490768e1eeba4326514 | |
| parent | 5c29b4d41180202fafb70750d2a5a16ae7655be9 (diff) | |
DB: Fix reward text for quest "Retribution of the Light"
Closes #20424
| -rw-r--r-- | sql/updates/world/3.3.5/2017_09_26_04_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_09_26_04_world_335.sql b/sql/updates/world/3.3.5/2017_09_26_04_world_335.sql new file mode 100644 index 00000000000..b2dd81b85b3 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_09_26_04_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_offer_reward` SET `RewardText`="You gather the paladin\'s remains as carefully as you can, recalling that at least his spirit has been released from any pain or suffering that might have been forced upon him." WHERE `ID`=5204;
\ No newline at end of file |
