diff options
| -rw-r--r-- | data/sql/updates/pending_db_world/rev_1626123639599949300.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1626123639599949300.sql b/data/sql/updates/pending_db_world/rev_1626123639599949300.sql new file mode 100644 index 0000000000..c6282a41a2 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1626123639599949300.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626123639599949300'); + +DELETE FROM `quest_offer_reward` WHERE (`ID` = 1507); +INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES +(1507, 0, 0, 0, 0, 0, 0, 0, 0, 'Hm... $N. You are still new to your path, but I sense the possibility for greatness in you.$B$BYou were born with gifts, $N. See that they do not go to waste.', 12340); |
