What's new

Fix achievement rewards for achievements (100,125 and 150 companions)

Rhisk

Senior User
Veteran Member
67
2016
4
Location
Cuba
Code:
[COLOR="#006400"]-- Set achievement rewards for achievements (100,125 and 150 companions)[/COLOR]
[COLOR="#0000FF"]DELETE FROM[/COLOR] `achievement_reward` [COLOR="#0000FF"]WHERE[/COLOR] `entry`  [COLOR="#0000FF"]IN[/COLOR] (5875, 5876, 5877);
[COLOR="#0000FF"]INSERT INTO[/COLOR] `achievement_reward` (`entry`, `title_A`, `title_H`, `item`, `sender`, `subject`, `text`) [COLOR="#0000FF"]VALUES[/COLOR] 
(5875, 0, 0, 54810, 28951, 'Keep Collecting!', 'Hello!$B$BWow, you\'re becoming quite the collector of cute critters, aren\'t you?I thought I\'d write a little note and send a small gift to encourage your efforts. Keep it up!$B$B--Breanni'),
(5876, 0, 0, 71140, 28951, 'I\'m Going Nuts!', 'Hello again, Friend!$B$BThis mischievous little fellow is driving everyone in the pet store nuts!I thought that perhaps you might take him along on some of your adventures... perhaps he\'ll calm down after he\'s seen a bit of the world.You DO wear a helmet, right...?$B$B--Breanni'),
(5877, 0, 0, 71387, 28951, 'Keep Collecting!', 'Hello!$B$BWow, you\'re becoming quite the collector of cute critters, aren\'t you?I thought I\'d write a little note and send a small gift to encourage your efforts. Keep it up!$B$B--Breanni');
 
Top