diff --git a/website/client/assets/css/sprites/spritesmith-largeSprites-0.css b/website/client/assets/css/sprites/spritesmith-largeSprites-0.css index 3bb7080545..e2b3e9387d 100644 --- a/website/client/assets/css/sprites/spritesmith-largeSprites-0.css +++ b/website/client/assets/css/sprites/spritesmith-largeSprites-0.css @@ -1,36 +1,42 @@ .promo_armoire_backgrounds_201905 { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: 0px -277px; + background-position: -626px 0px; width: 423px; height: 147px; } .promo_feathered_friends_bundle { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: 0px -425px; + background-position: -626px -148px; width: 423px; height: 147px; } .promo_floral_sunshine_potions { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -641px 0px; + background-position: -626px -296px; width: 423px; height: 147px; } .promo_mystery_201904 { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -641px -148px; + background-position: -313px -277px; width: 282px; height: 147px; } .promo_take_this { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -924px -148px; + background-position: -313px -425px; width: 96px; height: 69px; } -.scene_spells { +.scene_languages { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); background-position: -328px 0px; + width: 297px; + height: 261px; +} +.scene_spells { + background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); + background-position: 0px -277px; width: 312px; height: 222px; } diff --git a/website/client/assets/images/sprites/spritesmith-largeSprites-0.png b/website/client/assets/images/sprites/spritesmith-largeSprites-0.png index 0fa0c0bb75..050035a03f 100644 Binary files a/website/client/assets/images/sprites/spritesmith-largeSprites-0.png and b/website/client/assets/images/sprites/spritesmith-largeSprites-0.png differ diff --git a/website/raw_sprites/spritesmith_large/scene_languages.png b/website/raw_sprites/spritesmith_large/scene_languages.png new file mode 100644 index 0000000000..d05dcca41c Binary files /dev/null and b/website/raw_sprites/spritesmith_large/scene_languages.png differ diff --git a/website/server/controllers/api-v3/news.js b/website/server/controllers/api-v3/news.js index 1176569ba6..6a0597a973 100644 --- a/website/server/controllers/api-v3/news.js +++ b/website/server/controllers/api-v3/news.js @@ -3,7 +3,7 @@ import { authWithHeaders } from '../../middlewares/auth'; let api = {}; // @TODO export this const, cannot export it from here because only routes are exported from controllers -const LAST_ANNOUNCEMENT_TITLE = 'SUNSHINE AND FLORAL HATCHING POTIONS!'; +const LAST_ANNOUNCEMENT_TITLE = 'GUILD SPOTLIGHT: THE LATEST NEW AND NOTABLE GUILDS!'; const worldDmg = { // @TODO bailey: false, }; @@ -34,10 +34,9 @@ api.getNews = {
-
-

There's a new pet breed in town! Check out the brand-new Sunshine Potions and the return of Floral Potions. You can get them in the Market and use them to hatch any standard pet egg. (Magic Hatching Potions do not work on Quest Pet eggs.) Magic Hatching Potion Pets aren't picky, so they'll happily eat any kind of food that you feed them!

-

After they're gone, it will be at least a year before the Sunshine or Floral Hatching Potions are available again, so be sure to get them now!

-
by OuttaMyMind, Lt.Cabel, Eslyn, Mako, and SabreCat
+
+

There's a new Guild Spotlight on the blog that highlights yet more new and upcoming Guilds! Check it out now to find new communities where you can discuss your goals and interests.

+
by shanaqui
`, });